Are there any decent compilers that support the new C standard as of yet?
Name:
Anonymous2012-02-08 20:29
>>2
Sun Studio and IBM XL C/C++ fully support C99. Clang supports everything but the floating-point pragmas. http://developers.sun.com/sunstudio/documentation/ss11/mr/READMEs/c.html This compiler is in full compliance with ISO/IEC 9899:1999, Programming Language - C and is available on Solaris 10 when you specify the -xc99 option. This compiler supports all C language features of ISO/IEC 9899:1999, Programming Language - C on all supported operating systems. http://www-01.ibm.com/software/awdtools/xlcpp/aix/features/?S_CMP=rnav Default language level for C compilations changed to the C99 standard ISO/IEC 9899:1999 (C99)