This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c68cae86bbe C++: Module-specific tree flags new 4192ffd74c6 c++: Fix tsubst ICE with invalid code [PR97993, PR97187] new 69bf1c7d5ee c++: Fix ICE with inline variable in template [PR97975]
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/cp/constexpr.c | 7 ++++--- gcc/cp/cp-tree.h | 2 +- gcc/cp/pt.c | 2 ++ gcc/cp/typeck2.c | 7 +++++-- gcc/testsuite/g++.dg/cpp1z/inline-var8.C | 17 +++++++++++++++++ gcc/testsuite/g++.dg/eh/crash2.C | 20 ++++++++++++++++++++ gcc/testsuite/g++.dg/template/crash132.C | 6 ++++++ 7 files changed, 55 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/inline-var8.C create mode 100644 gcc/testsuite/g++.dg/eh/crash2.C create mode 100644 gcc/testsuite/g++.dg/template/crash132.C