This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 70bd97e89dd libstdc++: Do not expose set_brackets/set_separator for for [...] new c81447d969f c++: Implement part of C++26 P2686R4 - constexpr structured [...] new 1f3bf202355 libstdc++: Fix _GLIBCXX_DEBUG std::forward_list build regression new 57da36bed10 xtensa: Fix B[GE/LT]UI instructions with immediate values o [...]
The 3 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/config/xtensa/xtensa.cc | 17 +-- gcc/cp/decl.cc | 19 ++-- gcc/cp/parser.cc | 6 +- gcc/testsuite/g++.dg/cpp1z/decomp3.C | 3 +- gcc/testsuite/g++.dg/cpp26/decomp22.C | 66 ++++++++++++ gcc/testsuite/g++.dg/cpp26/decomp23.C | 77 +++++++++++++ gcc/testsuite/g++.dg/cpp26/decomp24.C | 20 ++++ gcc/testsuite/g++.dg/cpp26/decomp25.C | 119 +++++++++++++++++++++ gcc/testsuite/g++.dg/cpp26/decomp9.C | 5 +- .../gcc.target/xtensa/BGEUI-BLTUI-32k-64k.c | 19 ++++ libstdc++-v3/include/debug/forward_list | 8 +- 11 files changed, 333 insertions(+), 26 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp26/decomp22.C create mode 100644 gcc/testsuite/g++.dg/cpp26/decomp23.C create mode 100644 gcc/testsuite/g++.dg/cpp26/decomp24.C create mode 100644 gcc/testsuite/g++.dg/cpp26/decomp25.C create mode 100644 gcc/testsuite/gcc.target/xtensa/BGEUI-BLTUI-32k-64k.c