diff options
| author | mrg <mrg@NetBSD.org> | 2018-02-02 01:58:35 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2018-02-02 01:58:35 +0000 |
| commit | 63aace61950f51357460837efe56d185001ae985 (patch) | |
| tree | 20d30ab584d49577254efad77f130e2b050c9341 /external/gpl3/gcc/dist/libcpp/include/cpp-id-data.h | |
| parent | c4d67dd69b0b4b6d33af9c6a276e3ae196450ebc (diff) | |
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)
Diffstat (limited to 'external/gpl3/gcc/dist/libcpp/include/cpp-id-data.h')
| -rw-r--r-- | external/gpl3/gcc/dist/libcpp/include/cpp-id-data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/gpl3/gcc/dist/libcpp/include/cpp-id-data.h b/external/gpl3/gcc/dist/libcpp/include/cpp-id-data.h index cf499a9cce9..76ef008ac50 100644 --- a/external/gpl3/gcc/dist/libcpp/include/cpp-id-data.h +++ b/external/gpl3/gcc/dist/libcpp/include/cpp-id-data.h @@ -1,5 +1,5 @@ /* Structures that hang off cpp_identifier, for PCH. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the |
