What is the state of C99 support in major compilers / toolchains?

大兔子大兔子 提交于 2019-12-06 23:01:24

问题


A response to a comment I made here made me stop and think: "I don't really know what the state of C99 support is."

Wikipedia gives details for a few compilers, but I'm not familiar enough with C99 to know all the bits and pieces of the standard, so I'm looking for a gestalt overview answer to the question:

What is the state of C99 support in major compilers / toolchains?


回答1:


  1. MSVC: Intentionally not implemented unless it overlaps with C++
  2. GCC: Most of the useful parts are in (and have been for awhile). Some missing features.
  3. clang: Claims full C99 support


来源:https://stackoverflow.com/questions/2812433/what-is-the-state-of-c99-support-in-major-compilers-toolchains

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!