[Issue 2455] Cannot use .ptr or .length in asm code

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jul 23 01:52:23 UTC 2019


https://issues.dlang.org/show_bug.cgi?id=2455

Basile-z <b2.temp at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |b2.temp at gmx.com
         Resolution|---                         |WONTFIX

--- Comment #1 from Basile-z <b2.temp at gmx.com> ---
D expressions allowed as asm operands must give either directly a variable or
must evaliate to a constant known at compile time (limited to type property for
now). .length / .ptr is already more complex and requires an offset.

--


More information about the Digitalmars-d-bugs mailing list