History log of /netbsd-current/external/gpl3/gcc/dist/contrib/header-tools/count-headers
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: gcc-6-4-0
# 1.1.1.1 02-Feb-2018 mrg

import GCC 6.4.0. see this url for details which are too large to
include here:

http://gcc.gnu.org/gcc-6/changes.html

the main visible changes appear to be:

- The default mode for C++ is now -std=gnu++14 instead of -std=gnu++98.
- The C and C++ compilers now support attributes on enumerators.
- Diagnostics can now contain "fix-it hints"
- more warnings (some added to -Wall)