This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4fa6c0ec350 libstdc++: Define std::is_pointer_interconvertible_base_of [...] new 61867083127 c++: most vexing parse and braced CTAD [PR89062] new 7e39d1a15f5 c++: recognize class-scope non-template dguides [PR79501]
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/parser.c | 80 ++++++++++++++++++-------- gcc/testsuite/g++.dg/cpp1z/class-deduction97.C | 6 ++ gcc/testsuite/g++.dg/cpp1z/class-deduction98.C | 10 ++++ 3 files changed, 73 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction97.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction98.C