This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 74956124779 2017-09-15 Steve Ellcey sellcey@cavium.com new 561fdd794bd compiler: check error expression in Array_type::get_bac [...] new 96bf2948e4a Add support for -std=c++2a. * c-common.h (cxx_dialect): A [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 8 ++++++++ gcc/c-family/ChangeLog | 11 +++++++++++ gcc/c-family/c-common.h | 4 +++- gcc/c-family/c-opts.c | 29 ++++++++++++++++++++++++++--- gcc/c-family/c.opt | 8 ++++++++ gcc/doc/cpp.texi | 5 ++++- gcc/doc/invoke.texi | 10 ++++++++++ gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/types.cc | 5 +++++ gcc/testsuite/ChangeLog | 11 +++++++++++ gcc/testsuite/g++.dg/cpp2a/cplusplus.C | 4 ++++ gcc/testsuite/lib/target-supports.exp | 29 ++++++++++++++++++++++++++++- libcpp/ChangeLog | 8 ++++++++ libcpp/include/cpplib.h | 3 ++- libcpp/init.c | 7 ++++++- 15 files changed, 135 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/cplusplus.C