digitalmars.D.bugs - [Issue 7166] New: Internal error: ../ztc/cgxmm.c 60
- d-bugmail puremagic.com (28/28) Dec 26 2011 http://d.puremagic.com/issues/show_bug.cgi?id=7166
- d-bugmail puremagic.com (14/14) Jan 27 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7166
- d-bugmail puremagic.com (8/8) Jan 27 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7166
- d-bugmail puremagic.com (8/8) Jan 27 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7166
- d-bugmail puremagic.com (12/12) Oct 13 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7166
http://d.puremagic.com/issues/show_bug.cgi?id=7166 Summary: Internal error: ../ztc/cgxmm.c 60 Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: dsimcha yahoo.com --- Comment #0 from David Simcha <dsimcha yahoo.com> 2011-12-26 07:04:22 PST --- 64-bit only: ScalarType inv( ScalarType )( ScalarType expr ) { return One!ScalarType / expr; } template One(T) { enum T One = 1.0 + 0.0i; } /** Issue 52 - Inverting Scalars */ void testIssue52() { cdouble z = 2.0 + 2.0i, invz = inv( z ); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Dec 26 2011
http://d.puremagic.com/issues/show_bug.cgi?id=7166 Walter Bright <bugzilla digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla digitalmars.com --- Comment #1 from Walter Bright <bugzilla digitalmars.com> 2012-01-27 01:53:33 PST --- Reduced example: cdouble inv( cdouble expr ) { return (1.0 + 0.0i) / expr; } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 27 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7166 --- Comment #2 from github-bugzilla puremagic.com 2012-01-27 02:41:46 PST --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/2d9f3cb5489de4f99789681236eee5c989003851 fix Issue 7166 - Internal error: ../ztc/cgxmm.c 60 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 27 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7166 --- Comment #3 from github-bugzilla puremagic.com 2012-01-27 02:42:17 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/020278e908bc2167c6be9a9edc2280c98d4972c6 fix Issue 7166 - Internal error: ../ztc/cgxmm.c 60 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 27 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7166 Brad Roberts <braddr puremagic.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |braddr puremagic.com Resolution| |FIXED --- Comment #4 from Brad Roberts <braddr puremagic.com> 2012-10-13 21:53:53 PDT --- fix checked in ages ago. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 13 2012