This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b7fc0a3be52 libcpp: allow UCS_LIMIT codepoints in UTF-8 strings new 5388a43f6a3 c++: Add support for -std={c,gnu}++2{c,6}
The 1 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/c-family/c-common.h | 4 +++- gcc/c-family/c-opts.cc | 28 +++++++++++++++++++++++++++- gcc/c-family/c.opt | 24 ++++++++++++++++++++---- gcc/doc/cpp.texi | 7 ++++--- gcc/doc/invoke.texi | 12 ++++++++++++ gcc/dwarf2out.cc | 5 ++++- gcc/testsuite/g++.dg/cpp23/cplusplus.C | 2 +- gcc/testsuite/g++.dg/cpp26/cplusplus.C | 3 +++ gcc/testsuite/lib/target-supports.exp | 30 +++++++++++++++++++++++++++++- libcpp/include/cpplib.h | 2 +- libcpp/init.cc | 13 +++++++++---- 11 files changed, 113 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp26/cplusplus.C