Thread overview
[Issue 13190] Optimizer breaks comparison with zero
Jul 23, 2014
yebblies
Jul 23, 2014
yebblies
Jul 24, 2014
yebblies
July 23, 2014
https://issues.dlang.org/show_bug.cgi?id=13190

--- Comment #1 from yebblies <yebblies@gmail.com> ---
Quick fix is to disable the block in cgsched.c that has comment "make sure CFpsw is reliably set".  Turns out CFpsw is _not_ reliably set.

--
July 23, 2014
https://issues.dlang.org/show_bug.cgi?id=13190

yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from yebblies <yebblies@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/3803

--
July 24, 2014
https://issues.dlang.org/show_bug.cgi?id=13190

yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|nobody@puremagic.com        |yebblies@gmail.com

--
July 24, 2014
https://issues.dlang.org/show_bug.cgi?id=13190

--- Comment #3 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/e73d4ddd25a776106b1dd21ab330787cf7cc13c2 Fix Issue 13190 - Optimizer breaks comparison with zero

https://github.com/D-Programming-Language/dmd/commit/9ceed605ec17cc337cd2d62a7eed131c969ac7f7 Merge pull request #3803 from yebblies/issue13190

[DDMD] Issue 13190 - Optimizer breaks comparison with zero

--
July 24, 2014
https://issues.dlang.org/show_bug.cgi?id=13190

github-bugzilla@puremagic.com changed:

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

--
July 24, 2014
https://issues.dlang.org/show_bug.cgi?id=13190

--- Comment #4 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/9135f17a8e91b4ff2a600380155529a855a8ce83 Fix Issue 13190 - Optimizer breaks comparison with zero

--
July 31, 2014
https://issues.dlang.org/show_bug.cgi?id=13190

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

https://github.com/D-Programming-Language/dmd/commit/38bb71c48e84cbe386d734fa501184bb39fa1e39 Merge pull request #3803 from yebblies/issue13190

[DDMD] Issue 13190 - Optimizer breaks comparison with zero

--
August 22, 2014
https://issues.dlang.org/show_bug.cgi?id=13190

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

https://github.com/D-Programming-Language/dmd/commit/38bb71c48e84cbe386d734fa501184bb39fa1e39 Merge pull request #3803 from yebblies/issue13190

--
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=13190

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|D1 & D2                     |D2

--