This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9f03e1f3d51 Revert c, c++: Use c*_build_qualified_type instead of build [...] new 6385a3582c0 c++: cv-qualified pack index propagation [PR122169] new 507ea25cf2e c++/reflection: fix type_of for member fns [PR123934] new ce8a84ba671 testsuite: Add testcase for PR [PR123882]
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/pt.cc | 9 ++++++-- gcc/cp/reflect.cc | 2 ++ gcc/testsuite/g++.dg/cpp26/pack-indexing19.C | 32 ++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/reflect/type_of2.C | 4 +--- gcc/testsuite/gcc.dg/pr123882.c | 7 ++++++ 5 files changed, 49 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp26/pack-indexing19.C create mode 100644 gcc/testsuite/gcc.dg/pr123882.c