This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9f8dd1e ira.c bb_loop_depth new 978cea8 Fix PR c++/70822 (bogus error with parenthesized SCOPE_REF)
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 | 14 ++++++++++++++ gcc/cp/cp-tree.h | 10 +++++----- gcc/cp/pt.c | 15 +++++++++++---- gcc/cp/semantics.c | 13 +++---------- gcc/testsuite/ChangeLog | 7 +++++++ gcc/testsuite/g++.dg/cpp1y/auto-fn32.C | 33 +++++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1y/paren4.C | 14 ++++++++++++++ 7 files changed, 87 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/auto-fn32.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/paren4.C