Re: How to explain this syntax?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 2023-04-19 at 14:35 +0200, Andy via Gcc-help wrote:
> I don't learn C, but I am writing c90 Antlr grammar which should be as
> compatible with GCC as possible.
> I see many GNU extension, one is most significant is nested functions,
> but all code is compilable with GCC with std=c90, not need std=gnu90,
> although some code is compilable only with std=gnu90

-pedantic-errors will reject most GNU extensions if you don't want them.

-- 
Xi Ruoyao <xry111@xxxxxxxxxxx>
School of Aerospace Science and Technology, Xidian University




[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux