This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7565e330041 Daily bump. new 0b4960065ad PR c++/90171 - ICE with destroying delete with size_t parm. new ffa547ef60b PR c++/90190 - CTAD with list-constructor.
The 2 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/ChangeLog | 11 +++++++ gcc/cp/call.c | 44 ++++++++++++++++--------- gcc/cp/pt.c | 21 +++++++----- gcc/testsuite/g++.dg/cpp1z/class-deduction65.C | 22 +++++++++++++ gcc/testsuite/g++.dg/cpp2a/destroying-delete4.C | 11 +++++++ 5 files changed, 85 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction65.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/destroying-delete4.C