August 30, 2013 [Issue 10923] New: ICE in backend with postincrement on double in vector op on 64 bit | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=10923 Summary: ICE in backend with postincrement on double in vector op on 64 bit Product: D Version: D1 & D2 Platform: x86_64 OS/Version: All Status: NEW Keywords: ice Severity: critical Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: yebblies@gmail.com --- Comment #0 from yebblies <yebblies@gmail.com> 2013-08-30 13:53:12 EST --- This code ICEs when compiled on 64-bit Most likely related to DMD's xmm codegen. void main() { double[2] v, x; double z; double[2] s = v[] * z++; double[2] t = v[] * z--; } Internal error: ../ztc/cg87.c 201 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
October 07, 2013 [Issue 10923] ICE in backend with postincrement on double in vector op on 64 bit | ||||
---|---|---|---|---|
| ||||
Posted in reply to yebblies | http://d.puremagic.com/issues/show_bug.cgi?id=10923 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla@digitalmars.com Resolution| |DUPLICATE --- Comment #1 from Walter Bright <bugzilla@digitalmars.com> 2013-10-07 00:18:49 PDT --- *** This issue has been marked as a duplicate of issue 7565 *** -- 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