On Tue, Apr 25, 2006 at 05:48:00PM -0700, [EMAIL PROTECTED] wrote: > >From memory and a quick scan of gcc(1) since I don't have time to read > the entire manual ``page'' now, `gcc -ansi -pedantic' should compile > exactly 1990 ISO C and `gcc --std=c99 -pedantic' should compile > exactly 1999 ISO C. Using -pedantic-errors instead of -pedantic will > produce fatal errors rather than warnings for using extensions.
gcc *can not* claim full ISO C99 compatibility for the variety of reasons, but the biggest one being -- glibc is not c99 complaint. Thanks, Roman.
