View Issue Details

IDProjectCategoryView StatusLast Update
0000048c[ode]clapDWARFpublic2019-03-23 21:15
Reporterspx Assigned Tospx  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Target Version0.8.xFixed in Version0.8.33 
Summary0000048: array range not resolved correctly for variable-sized arrays
Descriptionint main()
{
    int count = 10;

    int listA[10]; // <- works
    int listB[count]; // <- does not work

    return 0;
}
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

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