This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 15cf7fe3556 arm: Ignore --with-mode when CPU only supports one instruct [...] new 1dabbfb0f4a c++: ICE with deduction guide in checking type-dep [PR99009 [...]
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.c | 36 ++++++++++++++++++++-- gcc/testsuite/g++.dg/cpp1z/class-deduction81.C | 20 ++++++++++++ gcc/testsuite/g++.dg/cpp1z/class-deduction82.C | 12 ++++++++ .../g++.dg/cpp2a/class-deduction-aggr10.C | 21 +++++++++++++ gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr8.C | 19 ++++++++++++ gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr9.C | 18 +++++++++++ 6 files changed, 123 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction81.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction82.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr10.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr8.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr9.C