C11 Compiler Compatibility Comparison

Was there a site that compares current standard C11 compatibility / support between implementations / compilers? (gcc, clang, intel, open64, pelles)

+6
source share
1 answer

As far as I know, there is no common site (now is the best time to start :). However, most projects have 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)

+2
source

Source: https://habr.com/ru/post/948450/


All Articles