[Issue 18315] wrong code for `i > 0`

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Feb 7 14:29:37 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=18315

Steven Schveighoffer <schveiguy at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|wrong code for `int.min >   |wrong code for `i > 0`
                   |0`                          |

--- Comment #6 from Steven Schveighoffer <schveiguy at yahoo.com> ---
Martin, the wrong code is for i > 0, not int.min > 0. int.min > 0 is folded to
false:
https://run.dlang.io/is/dvHi9a

--


More information about the Digitalmars-d-bugs mailing list