This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from e534b2280c8 middle-end/114599 - fix bitmap allocation for check_ifunc_c [...] new 38c2679ff93 c++: requires-exprs and partial constraint subst [PR110006] new 265f207a46b c++: compound-requirement partial substitution [PR113966] new 04128a403bd libstdc++: Update baseline symbols for riscv64-linux
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/constraint.cc | 59 +++++++++++++++++----- gcc/cp/pt.cc | 3 +- .../g++.dg/cpp2a/class-deduction-alias18.C | 13 +++++ gcc/testsuite/g++.dg/cpp2a/concepts-friend16.C | 25 +++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-friend17.C | 15 ++++++ .../post/riscv64-linux-gnu/baseline_symbols.txt | 4 ++ 6 files changed, 105 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-alias18.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-friend16.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-friend17.C