Thread overview
[Issue 14952] Redundant REX.W before FSTP confuses Valgrind
Aug 28, 2015
Walter Bright
August 28, 2015
https://issues.dlang.org/show_bug.cgi?id=14952

Walter Bright <bugzilla@digitalmars.com> changed:

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

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/D-Programming-Language/dmd/pull/4967

--
August 28, 2015
https://issues.dlang.org/show_bug.cgi?id=14952

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/20938d46c4ba8aafd9ff40965484555e58ce0e37 fix Issue 14952 - Redundant REX.W before FSTP confuses Valgrind

https://github.com/D-Programming-Language/dmd/commit/b570bf975f4e85ad6572720f7d4769ad8bee62a7 Merge pull request #4967 from WalterBright/fix14952

[REG] fix Issue 14952 - Redundant REX.W before FSTP confuses Valgrind

--
August 28, 2015
https://issues.dlang.org/show_bug.cgi?id=14952

github-bugzilla@puremagic.com changed:

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

--
August 28, 2015
https://issues.dlang.org/show_bug.cgi?id=14952

--- Comment #3 from github-bugzilla@puremagic.com ---
Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/098403aa9858201f2e664cf8d6cb33c0f697bff8 Merge pull request #4967 from WalterBright/fix14952

[REG] fix Issue 14952 - Redundant REX.W before FSTP confuses Valgrind

--