[Issue 23716] compilable/testcstuff2.c:18:20: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘asm’
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Feb 15 21:33:36 UTC 2023
https://issues.dlang.org/show_bug.cgi?id=23716
Iain Buclaw <ibuclaw at gdcproject.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|dmd |dlang.org
--- Comment #4 from Iain Buclaw <ibuclaw at gdcproject.org> ---
`asm` is a GNU extension, and errors go away if instead compiling with
`-std=gnu11`. However that this is an extension is not documented on the
dlang.org spec pages.
--
More information about the Digitalmars-d-bugs
mailing list