digitalmars.D.bugs - [Issue 10944] New: [ICE](interpret.c line 310) with arith operation on missing variable
- d-bugmail puremagic.com (25/25) Sep 01 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10944
- d-bugmail puremagic.com (12/12) Sep 04 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10944
- d-bugmail puremagic.com (12/16) Sep 11 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10944
http://d.puremagic.com/issues/show_bug.cgi?id=10944 Summary: [ICE](interpret.c line 310) with arith operation on missing variable Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: bearophile_hugs eml.cc I don't know if this is a regression: struct Foo { enum uint x = y - 1; } void main() {} DMD 2.064alpha gives: test.d(2): Error: undefined identifier y, did you mean variable x? Assertion failure: '0' on line 310 in file 'interpret.c' -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Sep 01 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10944 Henning Pohl <henning still-hidden.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |henning still-hidden.de PDT --- I think this was fixed by https://github.com/D-Programming-Language/dmd/commit/4a0f6cca0ade3fdc7e5dc50e8b537db081301028. Check out the latest master. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Sep 04 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10944 bearophile_hugs eml.cc changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXEDI think this was fixed by https://github.com/D-Programming-Language/dmd/commit/4a0f6cca0ade3fdc7e5dc50e8b537db081301028. Check out the latest master.Done, and it's indeed fixed. Closed. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Sep 11 2013