This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ae54c1b0996 AArch64: Cleanup option processing code new 72e52b88582 c++: auto function as function argument [PR105779] new e2e471d83d1 c++: auto and dependent member name [PR105734]
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/cp/call.cc | 5 +++++ gcc/cp/parser.cc | 2 +- gcc/cp/pt.cc | 4 ---- gcc/testsuite/g++.dg/cpp0x/auto57.C | 15 +++++++++++++++ gcc/testsuite/g++.dg/cpp1y/auto-fn63.C | 12 ++++++++++++ 5 files changed, 33 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/auto57.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/auto-fn63.C