https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88237
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88237
--- Comment #3 from Andreas Schwab ---
__extension__ can also be used for declarations and definitions that contain
extensions, but it needs to occur at the start of them. See the glibc sources
for examples.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88237
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88237
--- Comment #1 from Jozef Lawrynowicz ---
For C++ the errors are:
> g++ -S tester.c
>
> tester.c:11:10: error: variable or field 'foo' declared void
>11 | void foo (__extension__ int a);
> | ^
> tester.c:11:25: error: expecte