August 16, 2009 [Issue 3253] New: DMD crashes on function pointer struct member initialization with function literal | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=3253 Summary: DMD crashes on function pointer struct member initialization with function literal Product: D Version: 2.031 Platform: x86 OS/Version: Linux Status: NEW Keywords: ice-on-invalid-code Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: ace17@free.fr // crashes dmd 2.031 struct MyStruct { int function() fp; } MyStruct[] MyArray = [ { &MyUnexistingFunction }, { function int() { return 0;}; }, ]; -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
September 03, 2009 [Issue 3253] DMD crashes on function pointer struct member initialization with function literal | ||||
---|---|---|---|---|
| ||||
Posted in reply to ace17@free.fr | http://d.puremagic.com/issues/show_bug.cgi?id=3253 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla@digitalmars.com Resolution| |FIXED --- Comment #1 from Walter Bright <bugzilla@digitalmars.com> 2009-09-03 13:45:08 PDT --- Fixed dmd 2.032 -- 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