C11 compiler conformance comparison
c, c11, standards-compliance
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)
Problem
Was there any site that compares the current C11 standard conformance/support between implementation/compilers? (gcc, clang, intel, open64, pelles)