Thread overview
[Issue 23130] Inline asm lets you mov to half a variable.
May 21, 2022
Dlang Bot
Dec 17, 2022
Iain Buclaw
May 21, 2022
https://issues.dlang.org/show_bug.cgi?id=23130

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@maxhaton created dlang/dmd pull request #14152 "Fix Issues 23130, 19528 : Inline asm was too liberal about operand si…" fixing this issue:

- Fix Issues 23130, 19528 : Inline asm was too liberal about operand sizes.

  A 8-byte type was only considered 8 bytes in 64 bit code, for some reason.
  This led to inconsistent compilation of extended asm.

  I tried to add an error message suggesting the use of an instruction like
movsx
  but this code is spaghetti.

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

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=23130

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
December 13
https://issues.dlang.org/show_bug.cgi?id=23130

--- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/18107

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--