As I was checking news about GCC 8, I saw that they added support for the 2017 version of the C language (not C++17, really C17). But I can't find any information about it on Internet.
Is it a new ISO version like C11, or just a codename used by the GCC team for some corrections in their compiler ?
According to GCC reference,
C17
is actually a bug-fix version of theC11
standard with DR resolutions integrated.So, there are no new features included in C17.
The Cppreference (History of C) says:
UPDATE: