This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3c04bd60e56 PR fortran/96613,96686 - Fix type/kind issues, temporaries [...] new 9125cf8c33b c++: Handle enumerator in C++20 alias CTAD. [PR96199] new b871301f09b c++: Rewrite members for all deduction guides. [PR96199] new 9599c9853a0 aix: Support libsupc++ as a FAT library new 94bedeaf694 rs6000: Rename instruction xvcvbf16sp to xvcvbf16spn
The 4 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/config/rs6000/rs6000-builtin.def | 2 +- gcc/config/rs6000/rs6000-call.c | 2 +- gcc/config/rs6000/vsx.md | 6 +-- gcc/cp/constraint.cc | 2 + gcc/cp/cp-tree.h | 18 ++++++++ gcc/cp/pt.c | 52 ++++++++++++++++++++++ gcc/doc/extend.texi | 2 +- gcc/testsuite/g++.dg/cpp1z/class-deduction-spec1.C | 38 ++++++++++++++++ .../g++.dg/cpp2a/class-deduction-alias4.C | 44 ++++++++++++++++++ gcc/testsuite/gcc.target/powerpc/mma-builtin-3.c | 4 +- libstdc++-v3/config/os/aix/t-aix | 3 ++ 11 files changed, 165 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction-spec1.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-alias4.C