This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from dfdedc1a753 More maybe_fold_reference TLC new 010d4a50471 c++: ICE casting class to vector [PR100517] new 5ea40269a77 preprocessor: Enable digit separators for C2X
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-lex.c | 2 +- gcc/cp/typeck.c | 2 +- gcc/testsuite/g++.dg/ext/vector41.C | 12 +++++++++ gcc/testsuite/gcc.dg/c11-digit-separators-1.c | 7 +++++ gcc/testsuite/gcc.dg/c2x-digit-separators-1.c | 39 +++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/c2x-digit-separators-2.c | 25 +++++++++++++++++ libcpp/init.c | 4 +-- 7 files changed, 87 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/vector41.C create mode 100644 gcc/testsuite/gcc.dg/c11-digit-separators-1.c create mode 100644 gcc/testsuite/gcc.dg/c2x-digit-separators-1.c create mode 100644 gcc/testsuite/gcc.dg/c2x-digit-separators-2.c