Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ocamlopt generates an incorrect .asm #4778

Closed
vicuna opened this issue Apr 28, 2009 · 1 comment
Closed

Ocamlopt generates an incorrect .asm #4778

vicuna opened this issue Apr 28, 2009 · 1 comment
Assignees
Labels

Comments

@vicuna
Copy link

vicuna commented Apr 28, 2009

Original bug ID: 4778
Reporter: db
Assigned to: @xavierleroy
Status: closed (set by @xavierleroy on 2012-09-25T18:06:17Z)
Resolution: fixed
Priority: normal
Severity: crash
Version: 3.11.0
Category: ~DO NOT USE (was: OCaml general)
Related to: #5391

Bug description

Your own CVS test/Moretest/recmod.ml fails under Win32/MSVC ocamlopt:

ocamlopt -c -S recmod.ml
File "recmod.ml", line 1, characters 0-1:
Error: Assembler error, input left in file recmod.asm

The problem is here: recmod.ml, line 293

L100192 .DATA
DWORD 0

@vicuna
Copy link
Author

vicuna commented Jun 4, 2011

Comment author: @xavierleroy

Tentative fix in 3.12 bugfix branch, scheduled for inclusion in 3.12.1.
Not tested yet, but same workaround used in Win64/MSVC port.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants