Thread overview
[Issue 18748] bt instruction with immediate offset uses 64-bit variant for 32-bit data
Apr 09, 2018
ag0aep6g
Apr 10, 2018
Ketmar Dark
Jun 21, 2020
Dlang Bot
Jul 02, 2020
Dlang Bot
April 09, 2018
https://issues.dlang.org/show_bug.cgi?id=18748

ag0aep6g <ag0aep6g@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |18750


Referenced Issues:

https://issues.dlang.org/show_bug.cgi?id=18750
[Issue 18750] [Tracker] everything wrong with code generation for bt
instruction
--
April 10, 2018
https://issues.dlang.org/show_bug.cgi?id=18748

Ketmar Dark <ketmar@ketmar.no-ip.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ketmar@ketmar.no-ip.org

--
June 21, 2020
https://issues.dlang.org/show_bug.cgi?id=18748

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #11305 "fix Issue 18748 - bt instruction with immediate offset uses 64-bit va…" fixing this issue:

- fix Issue 18748 - bt instruction with immediate offset uses 64-bit variant for 32-bit data

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

--
July 02, 2020
https://issues.dlang.org/show_bug.cgi?id=18748

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #11305 "fix Issue 18748 - bt instruction with immediate offset uses 64-bit va…" was merged into master:

- 31085a3f40beb3bed4e9dbf7cc47970d0e55a46f by Walter Bright:
  fix Issue 18748 - bt instruction with immediate offset uses 64-bit variant
for 32-bit data

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

--