digitalmars.D.bugs - [Issue 10273] New: ICE(ctfeexpr.c): using CTFE after error in struct default values
- d-bugmail puremagic.com (33/33) Jun 05 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10273
- d-bugmail puremagic.com (11/11) Jun 05 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10273
- d-bugmail puremagic.com (10/10) Jun 06 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10273
http://d.puremagic.com/issues/show_bug.cgi?id=10273 Summary: ICE(ctfeexpr.c): using CTFE after error in struct default values Product: D Version: D1 & D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: clugdbug yahoo.com.au struct Bug10273 { int val = 3.45; } int bug10273() { Bug10273 p; return 1; } static assert(bug10273()); --- bug.d(2): Error: cannot implicitly convert expression (3.45) of type double to int dmd: ctfeexpr.c:354: Expression* copyLiteral(Expression*): Assertion `0' failed. Aborted don labs-19:~/compiler -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 05 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10273 Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/5590e1ec349b0a92a29a13fb8ae81e9bd8eea5c2 Fix bug 10273: ICE(ctfeexpr.c): using CTFE after error in struct init https://github.com/D-Programming-Language/dmd/commit/9e87b082d6f6651580f13eaafef0c838c4cdb1b3 Fix bug 10273: ICE(ctfeexpr.c): using CTFE after error in struct init -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 05 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10273 Henning Pohl <henning still-hidden.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |henning still-hidden.de Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 06 2013