I really like some of the new toys in 11. Too bad. Though there is nothing there that you couldn't already hack together (it is C, after all) it makes C a much more pleasant language.
Name:
Anonymous2012-02-08 18:55
Do you know how C11 support is coming along in LLVM?
Name:
Anonymous2012-02-08 19:00
Except C++11 first, then perhaps C11 if they're able to reuse the code, so basically cross your fingers.
That being said, C11 is easier to implement than C99, so lack of C99 support isn't a good indicator.
>>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)