Thread overview | |||||
---|---|---|---|---|---|
|
July 15, 2011 [Issue 6324] New: ICE: .values field of enum hash errors out | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=6324 Summary: ICE: .values field of enum hash errors out Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: blocker Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: andrej.mitrovich@gmail.com --- Comment #0 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2011-07-15 10:12:14 PDT --- DMD 2.054: enum Foo = [0x01:221, 0x02:227]; void main() { auto foo = Foo.values; } Internal error: e2ir.c 4888 This is not a regression. In 2.053 it's: Internal error: e2ir.c 4875. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
July 15, 2011 [Issue 6324] ICE: .values field of enum hash errors out | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | http://d.puremagic.com/issues/show_bug.cgi?id=6324 --- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2011-07-15 10:15:41 PDT --- Are hashes *ever* going to work at compile-time? int[string] foo = ["foo":221, "bar":227]; Error: non-constant expression ["foo":221,"bar":227] -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
July 16, 2011 [Issue 6324] ICE: .values field of enum hash errors out | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | http://d.puremagic.com/issues/show_bug.cgi?id=6324 yebblies <yebblies@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |yebblies@gmail.com Resolution| |DUPLICATE --- Comment #2 from yebblies <yebblies@gmail.com> 2011-07-16 17:45:35 EST --- *** This issue has been marked as a duplicate of issue 5675 *** -- 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