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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Feb 9 09:36:03 UTC 2018


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

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

https://github.com/dlang/dmd/commit/74904b6e43d0934f7fbcd2f966b04aaa58d4cde9
fix issue 18315 - wrong code for `i > 0`

`SBB reg,0` is needed to make this work. There's nothing platform specific
about it.

Also add comments explaining how this works.

https://github.com/dlang/dmd/commit/b4a86786619bcbbd52c9ecf2db4a75a5c3f52911
fixup! fix issue 18315 - wrong code for `i > 0`

https://github.com/dlang/dmd/commit/4ccde911c8131dc170212f9a2f6d926ba7bdbe80
Merge pull request #7841 from aG0aep6G/18315

fix issue 18315 - wrong code for `i > 0`

--


More information about the Digitalmars-d-bugs mailing list