digitalmars.D.bugs - [Issue 8454] New: [ICE] (backend\cg87.c 3497) with cdouble and sqrt
- d-bugmail puremagic.com (26/26) Jul 27 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8454
- d-bugmail puremagic.com (8/8) Jul 27 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8454
- d-bugmail puremagic.com (8/8) Jul 27 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8454
- d-bugmail puremagic.com (12/12) Jul 27 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8454
http://d.puremagic.com/issues/show_bug.cgi?id=8454 Summary: [ICE] (backend\cg87.c 3497) with cdouble and sqrt Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: bearophile_hugs eml.cc --- Comment #0 from bearophile_hugs eml.cc 2012-07-27 11:06:23 PDT --- import std.math: sqrt; void foo(cdouble m) {} void main() { foo(0 - sqrt(1.0) * 1i); } DMD 2.060beta gives me (compiled with -O): Internal error: backend\cg87.c 3497 While it compiles with DMD 2.059, without -O. So I don't know if this is a regression. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jul 27 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8454 --- Comment #1 from github-bugzilla puremagic.com 2012-07-27 21:49:10 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/eae1c92f51d8f5edec799e1621953ebdc55be0bf fix Issue 8454 - [ICE] (backend\cg87.c 3497) with cdouble and sqrt -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jul 27 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8454 --- Comment #2 from github-bugzilla puremagic.com 2012-07-27 21:49:31 PDT --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/784764906149cdb053be99f1fd290b5c6dc6fd7e fix Issue 8454 - [ICE] (backend\cg87.c 3497) with cdouble and sqrt -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jul 27 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8454 Walter Bright <bugzilla digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla digitalmars.com Resolution| |FIXED --- Comment #3 from Walter Bright <bugzilla digitalmars.com> 2012-07-27 21:50:41 PDT --- Not a regression, but fixed it anyway. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jul 27 2012