[Issue 8060] xmmstore cannot allocate store for optimized operation that uses int and floats

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8060

Andrei Alexandrescu  changed:

   What|Removed |Added

Version|D1 & D2 |D2

--


[Issue 8060] xmmstore cannot allocate store for optimized operation that uses int and floats

2012-05-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8060



--- Comment #4 from github-bugzi...@puremagic.com 2012-05-18 23:03:08 PDT ---
Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/cb946cd258a186f09cbaa303d1ded96a8ebb095d
fix Issue 8060 - xmmstore cannot allocate store for optimized operation that
uses int and floats

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 8060] xmmstore cannot allocate store for optimized operation that uses int and floats

2012-05-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8060


Walter Bright  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bugzi...@digitalmars.com
 Resolution||FIXED


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 8060] xmmstore cannot allocate store for optimized operation that uses int and floats

2012-05-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8060


Don  changed:

   What|Removed |Added

 CC||clugd...@yahoo.com.au


--- Comment #2 from Don  2012-05-14 00:59:21 PDT ---
Reduced test case. The float needs to be a parameter (not a local variable).

float bug8060(float x) {
int i = *cast(int*)&x;
++i;
return *cast(float*)&i;
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 8060] xmmstore cannot allocate store for optimized operation that uses int and floats

2012-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8060


Fawzi Mohamed  changed:

   What|Removed |Added

   Severity|normal  |regression


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 8060] xmmstore cannot allocate store for optimized operation that uses int and floats

2012-05-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8060



--- Comment #1 from Fawzi Mohamed  2012-05-07 13:54:15 PDT ---
well probably the optimizer should not expect such a thing to be possible.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---