This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 630c1bfbb5b libstdc++: Fix ranges::stable_sort handling of null buffer [...] new a0908b67231 c++: Fix ICE with type aliases in inherited CTAD [PR122070]
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/cp/pt.cc | 6 ++++- .../g++.dg/cpp23/class-deduction-inherited10.C | 11 ++++++++ .../g++.dg/cpp23/class-deduction-inherited9.C | 31 ++++++++++++++++++++++ 3 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/cpp23/class-deduction-inherited10.C create mode 100644 gcc/testsuite/g++.dg/cpp23/class-deduction-inherited9.C