This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 036bf8c3851 Fix global_vars_f90_init test failure new 00b2c673918 Avoid quadratic behaviour of update_callee_keys. new 0e3d0ebdb07 PR c++/92450 - ICE with invalid nested name specifier.
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/ChangeLog | 6 +++ gcc/cp/ChangeLog | 7 ++++ gcc/cp/parser.c | 7 ++-- gcc/ipa-inline.c | 73 +++++++++++++++++++++++++++--------- gcc/testsuite/ChangeLog | 5 +++ gcc/testsuite/g++.dg/parse/crash71.C | 11 ++++++ 6 files changed, 89 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/g++.dg/parse/crash71.C