[Issue 23011] importC: asm label to set symbol name doesn't work with externs

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Apr 15 09:31:35 UTC 2022


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

Walter Bright <bugzilla at digitalmars.com> changed:

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

--- Comment #2 from Walter Bright <bugzilla at digitalmars.com> ---
gcc/clang's asm extension is ignored by ImportC. There isn't any reasonable way
I can think of to support it, as that would require creating the gcc/clang
assembler.

--


More information about the Digitalmars-d-bugs mailing list