Thread overview
[Issue 21181] Inline Assmbler compiles long ptr as a byte operation for 32 bit compiles
Aug 21, 2020
Walter Bright
Aug 21, 2020
Walter Bright
Aug 21, 2020
Dlang Bot
Aug 24, 2020
Dlang Bot
August 21, 2020
https://issues.dlang.org/show_bug.cgi?id=21181

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |iasm, wrong-code

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

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=2617

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

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 #11601 "fix Issue 21181 - Inline Assembler compiles long ptr as a byte operatiā€¦" fixing this issue:

- fix Issue 21181 - Inline Assmbler compiles long ptr as a byte operation for 32 bit compiles

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

--
August 24, 2020
https://issues.dlang.org/show_bug.cgi?id=21181

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 #11601 "fix Issue 21181 - Inline Assembler compiles long ptr as a byte operatiā€¦" was merged into master:

- 4495f6f66dd36e3547c47a464f4393c26f7f4afc by Walter Bright:
  fix Issue 21181 - Inline Assmbler compiles long ptr as a byte operation for
32 bit compiles

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

--