This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6c7e74dc57f Bail out in gfc_dep_compare_expr for a NULL argument. new fca3fc600c0 PR c++/92560 - ICE with decltype and rewritten operator. new 4381967563f Fix C++20 structural type vs. private base. new 49c6239893c PR c++/92847 - C++20 comparison ambiguity with class template.
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/ChangeLog | 14 ++++++ gcc/cp/call.c | 35 ++++++++------- gcc/cp/class.c | 54 ++++++++++++++++-------- gcc/cp/tree.c | 8 +++- gcc/testsuite/g++.dg/cpp2a/nontype-class25.C | 6 +++ gcc/testsuite/g++.dg/cpp2a/spaceship-decltype1.C | 11 +++++ gcc/testsuite/g++.dg/cpp2a/spaceship-rewrite5.C | 15 +++++++ 7 files changed, 109 insertions(+), 34 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class25.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-decltype1.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-rewrite5.C