This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fe9d6ae93ee [C++ PATCH] parser simplification new 2570bfd8544 C++: suggestions for misspelled private members (PR c++/84993) new b08ad1405ca [AArch64] Fix PR87511
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/config/aarch64/aarch64.c | 3 +- gcc/cp/ChangeLog | 26 ++++ gcc/cp/call.c | 64 ++++++---- gcc/cp/cp-tree.h | 17 ++- gcc/cp/typeck.c | 150 +++++++++++++++++------ gcc/testsuite/ChangeLog | 10 ++ gcc/testsuite/g++.dg/torture/accessor-fixits-9.C | 119 ++++++++++++++++++ gcc/testsuite/gcc.target/aarch64/pr87511.c | 16 +++ 9 files changed, 342 insertions(+), 69 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/accessor-fixits-9.C create mode 100644 gcc/testsuite/gcc.target/aarch64/pr87511.c