Thread overview
[Issue 18749] bt instruction using 64-bit register for 32-bit offset
Apr 09, 2018
ag0aep6g
Apr 10, 2018
Ketmar Dark
Jun 21, 2020
Dlang Bot
Jun 25, 2020
Dlang Bot
April 09, 2018
https://issues.dlang.org/show_bug.cgi?id=18749

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=18749

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=18749

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 #11304 "fix Issue 18749 - bt instruction using 64-bit register for 32-bit offset" fixing this issue:

- fix Issue 18749 - bt instruction using 64-bit register for 32-bit offset

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

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

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 #11304 "fix Issue 18749 - bt instruction using 64-bit register for 32-bit offset" was merged into master:

- 94fe8606b02f7065d85393ed9d2685a55012378a by Walter Bright:
  fix Issue 18749 - bt instruction using 64-bit register for 32-bit offset

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

--