This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d3b1ef7a83c analyzer: bitfield fixes [PR99212] new 8483dd99268 c++: Add test for C++23 narrowing conv to bool new 5668b5d09ae c++: Test for whitespace and line splice new 924e02553af c++: Test for mixed string literal concatenation
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/cp/parser.c | 4 ++-- gcc/testsuite/g++.dg/cpp23/mixed-concat1.C | 21 +++++++++++++++++++++ gcc/testsuite/g++.dg/cpp23/narrowing-bool1.C | 22 ++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp23/whitespace-splice1.C | 15 +++++++++++++++ 4 files changed, 60 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp23/mixed-concat1.C create mode 100644 gcc/testsuite/g++.dg/cpp23/narrowing-bool1.C create mode 100644 gcc/testsuite/g++.dg/cpp23/whitespace-splice1.C