View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0000136 | mercury | Bug | public | 2010-03-11 04:41 | 2011-07-04 13:51 | ||||||||
Reporter | juliensf | ||||||||||||
Assigned To | |||||||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||||||
Status | confirmed | Resolution | open | ||||||||||
Product Version | |||||||||||||
Target Version | Fixed in Version | ||||||||||||
Summary | 0000136: hard_coded/impl_def_literal fails with -O5 --intermodule optimization | ||||||||||||
Description | The test case hard_coded/impl_def_literal causes the following abort in the compiler: Uncaught Mercury exception: Software Error: pred_table.m: Unexpected: can't locate stm_from_outer_to_inner/2 To reproduce: mmc -C --grade asm_fast.gc -O5 --intermodule-optimisation impl_def_literal.m | ||||||||||||
Additional Information | This was with rotd-2010-03-10 | ||||||||||||
Tags | No tags attached. | ||||||||||||
Attached Files |
|
Notes | |
juliensf (administrator) 2011-07-04 13:51 |
--intermodule-optimization is currently disabled for this test. It can be enabled again once the STM issue is fixed. |