[Issue 530] New: segfault assigning array literal to a non-array const
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Nov 16 06:19:10 PST 2006
http://d.puremagic.com/issues/show_bug.cgi?id=530
Summary: segfault assigning array literal to a non-array const
Product: D
Version: 0.174
Platform: PC
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: clugdbug at yahoo.com.au
They don't get much shorter than this.
--------
const int a = [1,2];
--------
Also crashes with:
--------
const int a = [];
--
More information about the Digitalmars-d-bugs
mailing list