Mercury Bugs - mercury | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000457 | mercury | Bug | public | 2018-04-29 12:19 | 2018-04-30 18:49 |
Reporter | wangp | ||||
---|---|---|---|---|---|
Assigned To | wangp | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0000457: abort on construct_statically in var_locn | ||||
Description | The compiler aborts on the attached test case in low-level C grades with --loop-invariants --intermod-opt. The --loop-invariants option calls the mark_static_terms pass, which is (as I understand) otherwise only used for MLDS grades. var_locn.m aborts when it sees the construct_statically introduced by mark_static_terms. The original comment: % XXX We should probably throw an exception if we find either % construct_statically or reuse_cell here. was added by Quan for his RBMM work. I suspect var_locn_assign_dynamic_cell_to_var should just treat construct_statically like construct_dynamically. | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | construct_statically_abort.m (623) 2018-04-29 12:19 https://bugs.mercurylang.org/file_download.php?file_id=283&type=bug |
Notes | |||||
|
|||||
|
|
Issue History | |||||
Date Modified | Username | Field | Change | ||
---|---|---|---|---|---|
2018-04-29 12:19 | wangp | New Issue | |||
2018-04-29 12:19 | wangp | File Added: construct_statically_abort.m | |||
2018-04-30 18:49 | wangp | Assigned To | => wangp | ||
2018-04-30 18:49 | wangp | Status | new => resolved | ||
2018-04-30 18:49 | wangp | Resolution | open => fixed | ||
2018-04-30 18:49 | wangp | Note Added: 0000998 |