[Issue 19758] (0x01 & 0xFF) == 0 by dmd 2.085.0(-m64) on Windows

2019-06-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19758

Dlang Bot  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Dlang Bot  ---
dlang/dmd pull request #10047 "fix Issue 19758 - (0x01 & 0xFF) == 0 by dmd
2.085.0(-m64) on Window" was merged into stable:

- 01b7ee6f0906b0fbc3a78b024b0a749d1b56d249 by Rainer Schuetze:
  fix Issue 19758 - (0x01 & 0xFF) == 0 by dmd 2.085.0(-m64) on Window

  operation "test SIL,SIL" needs REX prefix

https://github.com/dlang/dmd/pull/10047

--


[Issue 19758] (0x01 & 0xFF) == 0 by dmd 2.085.0(-m64) on Windows

2019-06-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19758

Dlang Bot  changed:

   What|Removed |Added

   Keywords||pull

--- Comment #2 from Dlang Bot  ---
@rainers created dlang/dmd pull request #10047 "fix Issue 19758 - (0x01 & 0xFF)
== 0 by dmd 2.085.0(-m64) on Window" fixing this issue:

- fix Issue 19758 - (0x01 & 0xFF) == 0 by dmd 2.085.0(-m64) on Window

  operation "test SIL,SIL" needs REX prefix

https://github.com/dlang/dmd/pull/10047

--


[Issue 19758] (0x01 & 0xFF) == 0 by dmd 2.085.0(-m64) on Windows

2019-06-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19758

Rainer Schuetze  changed:

   What|Removed |Added

 CC||r.sagita...@gmx.de

--- Comment #1 from Rainer Schuetze  ---
Introduced by https://github.com/dlang/dmd/pull/9015 but the root cause is
probably elsewhere.

--


[Issue 19758] (0x01 & 0xFF) == 0 by dmd 2.085.0(-m64) on Windows

2019-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19758

Ketmar Dark  changed:

   What|Removed |Added

 CC||ket...@ketmar.no-ip.org

--


[Issue 19758] (0x01 & 0xFF) == 0 by dmd 2.085.0(-m64) on Windows

2019-03-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19758

ag0aep6g  changed:

   What|Removed |Added

   Keywords||wrong-code
 CC||ag0ae...@gmail.com

--