On https://gcc.gnu.org/gcc-5/porting_to.html about two thirds of the way down:
"As the default mode changed to C11, the __STDC_VERSION__ standard macro, introduced in C95, is now defined by default, and has the value 201112L." That should probably be C99.