| Anonymous | Login | Signup for a new account | 2013-05-18 22:03 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
| 0005297 | OCaml | OCaml general | public | 2011-06-21 12:44 | 2012-02-18 10:46 | |||||||
| Reporter | Dmitry Grebeniuk | |||||||||||
| Assigned To | lefessan | |||||||||||
| Priority | normal | Severity | minor | Reproducibility | always | |||||||
| Status | resolved | Resolution | fixed | |||||||||
| Platform | OS | OS Version | ||||||||||
| Product Version | 3.13.0+dev | |||||||||||
| Target Version | Fixed in Version | 3.13.0+dev | ||||||||||
| Summary | 0005297: compiler does not check %primitive's existence | |||||||||||
| Description | I don't know whether it is serious error or not, but I'm reporting it anyway. When I have incorrectly spelled "%primitivename" in external declaration, I got assembler error: $ cat q.ml external q : 'a -> 'a = "%q" let () = q () $ ocamlopt q.ml /tmp/camlasm3926b2.s: Assembler messages: /tmp/camlasm3926b2.s:23: Error: junk `q (%rip)' after expression /tmp/camlasm3926b2.s:23: Error: missing or invalid immediate expression `25q@GOTPCREL(%rip)' File "q.ml", line 1, characters 0-1: Error: Assembler error, input left in file /tmp/camlasm3926b2.s $ | |||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2011-06-21 12:44 | Dmitry Grebeniuk | New Issue | |
| 2011-06-21 12:44 | Dmitry Grebeniuk | File Added: camlasm3926b2.s | |
| 2012-02-14 16:38 | gasche | Assigned To | => lefessan |
| 2012-02-14 16:38 | gasche | Status | new => assigned |
| 2012-02-18 10:46 | lefessan | Note Added: 0006937 | |
| 2012-02-18 10:46 | lefessan | Status | assigned => resolved |
| 2012-02-18 10:46 | lefessan | Fixed in Version | => 3.13.0+dev |
| 2012-02-18 10:46 | lefessan | Resolution | open => fixed |
| Copyright © 2000 - 2011 MantisBT Group |