For example, which gcc version support c99?
Is there any table or graph to show the standard supported status of gcc and g++?
How gcc and g++ evolved?
The support details can be found at gnu website. I remember that there're about dozens standards that gcc doesn't apply for the c99. Anyway, to have c99 support in gcc just needs simple --std=c99 parameter