View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000048 | c[ode]clap | DWARF | public | 2019-03-15 07:36 | 2019-03-23 21:15 |
| Reporter | spx | Assigned To | spx | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Target Version | 0.8.x | Fixed in Version | 0.8.33 | ||
| Summary | 0000048: array range not resolved correctly for variable-sized arrays | ||||
| Description | int main() { int count = 10; int listA[10]; // <- works int listB[count]; // <- does not work return 0; } | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2019-03-15 07:36 | spx | New Issue | |
| 2019-03-21 14:05 | spx | Summary | wrong array size when using a variable in declaration => array range not resolved correctly for variable-sized arrays |
| 2019-03-21 23:16 | spx | Assigned To | => spx |
| 2019-03-21 23:16 | spx | Status | new => assigned |
| 2019-03-23 21:15 | spx | Status | assigned => closed |
| 2019-03-23 21:15 | spx | Resolution | open => fixed |
| 2019-03-23 21:15 | spx | Fixed in Version | => 0.8.33 |