Mercury Bugs - mercury | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000037 | mercury | Bug | public | 2008-01-15 11:39 | 2008-01-17 00:30 |
Reporter | juliensf | ||||
---|---|---|---|---|---|
Assigned To | juliensf | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0000037: high-level C backend produces invalid C code | ||||
Description | The attached test case causes the high-level C backend tries to initialise static data using a function call (in order to box a float). The program compiles succesfully with the low-level backend. | ||||
Additional Information | This test case was derived from code generated by the experimental Zinc-to-Mercury compiler. | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | bad_static_data.m (1,195) 2008-01-15 11:39 https://bugs.mercurylang.org/file_download.php?file_id=33&type=bug |
Notes | |||||
|
|||||
|
|
Issue History | |||||
Date Modified | Username | Field | Change | ||
---|---|---|---|---|---|
2008-01-15 11:39 | juliensf | New Issue | |||
2008-01-15 11:39 | juliensf | File Added: bad_static_data.m | |||
2008-01-15 11:40 | juliensf | Assigned To | => juliensf | ||
2008-01-15 11:40 | juliensf | Status | new => assigned | ||
2008-01-17 00:30 | juliensf | Status | assigned => resolved | ||
2008-01-17 00:30 | juliensf | Resolution | open => fixed | ||
2008-01-17 00:30 | juliensf | Note Added: 0000071 |