This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4d3a5618de5 middle-end/114734 - wrong code with expand_call_mem_ref new bd35a92f8d4 c++: Implement C++26 P0609R3 - Attributes for Structured Bi [...] new a2452a68917 libcpp: Adjust __STDC_VERSION__ for C23
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/c-family/c-cppbuiltin.cc | 4 ++- gcc/cp/parser.cc | 33 ++++++++++++++++++++--- gcc/doc/cpp.texi | 4 +-- gcc/testsuite/g++.dg/cpp26/decomp1.C | 33 +++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp26/decomp2.C | 46 +++++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp26/feat-cxx26.C | 4 +-- libcpp/init.cc | 2 +- 7 files changed, 117 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp26/decomp1.C create mode 100644 gcc/testsuite/g++.dg/cpp26/decomp2.C