On Mon, Nov 10, 2008, Dag-Erling Smørgrav wrote: > Dag-Erling Smørgrav <des_at_des.no> writes: > > Roman Divacky <rdivacky_at_freebsd.org> writes: > > > I tried to compile world in C99 (in fact gnu99) gcc mode. It compiles > > > correctly with two trivial exceptions [...] > > No, it won't. You must have made a mistake. C99 / GNU99 mode disables > > pretty much everything except the standard C library functions [...] > > (or at least, it should; if it doesn't, <sys/cdefs.h> should be fixed) What you just said applies to -std=c99, not -std=gnu99. The latter includes all the extensions, so it should work. The default is -std=gnu89, which as far as I know is almost identical to -std=gnu99. Actually, the only difference I'm aware of is that in more recent gcc releases, GNU99 mode uses the C99 rules for inline functions. Whether world compiles with newer (GPL3) versions of gcc might be a worthwhile consideration in changing the default here.Received on Mon Nov 10 2008 - 15:35:31 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:37 UTC