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

bug in generated assembler code by ocamlopt.opt when file name begins with a number #8205

Closed
vicuna opened this issue Jul 13, 2003 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Jul 13, 2003

Original bug ID: 1753
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Full_Name: Vincenzo Ciancia
Version: 3.06
OS: linux
Submission from: host208-166.pool80181.interbusiness.it (80.181.166.208)

The problem is very simple: when a file name begins with a number, e.g.
"01_xxx.ml", the .s code generated by ocamlopt.opt will contain a label named
"01_xxx", wich can't be compiled by the assembler. So to exploit this bug just
call a file "01.ml" and try

ocamlopt.opt 01.ml

Thanks for attention

Vincenzo

@vicuna
Copy link
Author

vicuna commented Jun 13, 2004

Comment author: administrator

No longer an issue following DD's name space depollution (post 3.07)

@vicuna vicuna closed this as completed Jun 13, 2004
@vicuna vicuna added the bug label Mar 19, 2019
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

1 participant