[Issue 22722] ImportC: parser doesn’t understand `asm volatile` syntax

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Feb 2 09:22:47 UTC 2022


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

Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at digitalmars.com

--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> ---
It does more than not accept the `volatile`, it also does not accept the `( ...
)` construct. I'm not sure what to do about it. There are no plans to implement
the gnu assembler syntax.

--


More information about the Digitalmars-d-bugs mailing list