Question

Was there any site that compares the current C11 standard conformance/support between implementation/compilers? (gcc, clang, intel, open64, pelles)

Was it helpful?

Solution

To my knowledge there is no general site (this is a good time to start one :). However, most projects maintain their own list:

http://clang.llvm.org/cxx_status.html (clang) http://clang.llvm.org/compatibility.html#c

http://gcc.gnu.org/wiki/C11Status (gcc)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top