This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5e77d4082fa Optimize [0 = x & MASK] in range-ops. new 567329fdd9d c++: P2513R4, char8_t Compatibility and Portability Fix [PR106656]
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-cppbuiltin.cc | 2 +- gcc/cp/typeck2.cc | 9 ++++++ gcc/testsuite/g++.dg/cpp23/feat-cxx2b.C | 4 +-- gcc/testsuite/g++.dg/cpp2a/char8_t3.C | 37 ++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/char8_t4.C | 17 ++++++++++ gcc/testsuite/g++.dg/cpp2a/feat-cxx2a.C | 4 +-- .../g++.dg/ext/char8_t-feature-test-macro-2.C | 4 +-- gcc/testsuite/g++.dg/ext/char8_t-init-2.C | 4 +-- 8 files changed, 72 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/char8_t3.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/char8_t4.C