This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fbabafbdae9 compiler: avoid crashing on bad self-referential type new 7ebb6d0e161 [PR c++/84434] ICE with deduction guide
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/ChangeLog | 6 +++ gcc/cp/name-lookup.c | 84 +++++++++++++++------------------ gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/g++.dg/template/pr84434.C | 23 +++++++++ 4 files changed, 72 insertions(+), 46 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/pr84434.C