http://d.puremagic.com/issues/show_bug.cgi?id=7792
Summary: DMD crushes when local enum array containing undefined
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from [email protected] 2012-03-28 22:48:47 PDT ---
void main() {
enum a = [ UNDEFINED ];
}
DMD crushes after compile error message.
D1 does not crush. D2.053 or earlier doesn't, either.
Environment:
Windows XP SP3 32bit
D2.058
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------