Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
March 29, 2012 [Issue 7792] New: DMD crushes when local enum array containing undefined | ||||
---|---|---|---|---|
| ||||
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: nobody@puremagic.com ReportedBy: kekeniro2@yahoo.co.jp --- Comment #0 from kekeniro2@yahoo.co.jp 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: ------- |
April 23, 2012 [Issue 7792] DMD crashes when local enum array containing undefined | ||||
---|---|---|---|---|
| ||||
Posted in reply to kekeniro2@yahoo.co.jp | http://d.puremagic.com/issues/show_bug.cgi?id=7792 --- Comment #1 from kekeniro2@yahoo.co.jp 2012-04-23 10:28:16 PDT --- This seems to be fixed in DMD 2.060 head. ( 2.059 still reproduces it. ) Did someone fix it? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
April 23, 2012 [Issue 7792] DMD crashes when local enum array containing undefined | ||||
---|---|---|---|---|
| ||||
Posted in reply to kekeniro2@yahoo.co.jp | http://d.puremagic.com/issues/show_bug.cgi?id=7792 Kenji Hara <k.hara.pg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> 2012-04-23 10:45:35 PDT --- *** This issue has been marked as a duplicate of issue 7906 *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation