Thread overview
[Issue 17087] [REG2.072] Wrong generated with cfloat and creal when casting from int
Jan 13, 2017
ZombineDev
Jan 17, 2017
Walter Bright
Jan 17, 2017
Walter Bright
January 13, 2017
https://issues.dlang.org/show_bug.cgi?id=17087

ZombineDev <petar.p.kirov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |SIMD, wrong-code
           Severity|critical                    |regression

--
January 13, 2017
https://issues.dlang.org/show_bug.cgi?id=17087

bitter.taste@gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bitter.taste@gmx.com

--- Comment #1 from bitter.taste@gmx.com ---
Introduced by https://github.com/dlang/dmd/pull/6238
cdorth -> orthxmm is the culprit, changing it back to orth87 makes the (first)
test case succeed.

--
January 17, 2017
https://issues.dlang.org/show_bug.cgi?id=17087

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dmd/pull/6459

--
January 17, 2017
https://issues.dlang.org/show_bug.cgi?id=17087

--- Comment #3 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dmd/pull/6460/

--
January 18, 2017
https://issues.dlang.org/show_bug.cgi?id=17087

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/7cf3c764da8b85f9d7054b0895384f3a86ce2684 fix Issue 17087 - [REG2.072] Wrong generated with cfloat and creal when casting from int

https://github.com/dlang/dmd/commit/3c0b76985ea1cc4c32a213975a4b7702bcb9d90c Merge pull request #6460 from WalterBright/fix17087

fix Issue 17087 - [REG2.072] Wrong generated with cfloat and creal wh…

--
January 18, 2017
https://issues.dlang.org/show_bug.cgi?id=17087

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
January 18, 2017
https://issues.dlang.org/show_bug.cgi?id=17087

--- Comment #5 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/7cf3c764da8b85f9d7054b0895384f3a86ce2684 fix Issue 17087 - [REG2.072] Wrong generated with cfloat and creal when casting from int

https://github.com/dlang/dmd/commit/3c0b76985ea1cc4c32a213975a4b7702bcb9d90c Merge pull request #6460 from WalterBright/fix17087

--
January 24, 2017
https://issues.dlang.org/show_bug.cgi?id=17087

--- Comment #6 from github-bugzilla@puremagic.com ---
Commits pushed to newCTFE at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/7cf3c764da8b85f9d7054b0895384f3a86ce2684 fix Issue 17087 - [REG2.072] Wrong generated with cfloat and creal when casting from int

https://github.com/dlang/dmd/commit/3c0b76985ea1cc4c32a213975a4b7702bcb9d90c Merge pull request #6460 from WalterBright/fix17087

--