[Issue 1252] Inline assembler: cannot use properties of types

2019-06-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1252

Basile-z  changed:

   What|Removed |Added

   Keywords|rejects-valid   |
 CC||b2.t...@gmx.com
   Severity|normal  |enhancement

--- Comment #4 from Basile-z  ---
Currently it's not specified but can be supported since asm operands with dot
exp must be evaluable by CTFE to a const. Changing importance from reject-valid
to enhancement.

--


[Issue 1252] Inline assembler: cannot use properties of types

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1252

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

Version|D1  D2 |D2

--


[Issue 1252] Inline assembler: cannot use properties of types

2011-11-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1252


Trass3r mrmoc...@gmx.de changed:

   What|Removed |Added

 CC||mrmoc...@gmx.de
   Platform|x86 |All


--- Comment #3 from Trass3r mrmoc...@gmx.de 2011-11-29 17:06:36 PST ---
Using the .ptr property of an array doesn't work either.
Neither does arr.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---