This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a075350ee7b tree-optimization/101267 - fix SLP vect with masked operations new e66d0b7b87d c++: DR2397 - auto specifier for * and & to arrays [PR100975]
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/decl.c | 11 ---------- gcc/testsuite/g++.dg/cpp0x/auto24.C | 3 ++- gcc/testsuite/g++.dg/cpp0x/auto3.C | 4 ++-- gcc/testsuite/g++.dg/cpp0x/auto42.C | 2 +- gcc/testsuite/g++.dg/cpp0x/initlist75.C | 2 +- gcc/testsuite/g++.dg/cpp0x/initlist80.C | 2 +- gcc/testsuite/g++.dg/cpp23/auto-array.C | 36 +++++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/diagnostic/auto1.C | 3 ++- 8 files changed, 45 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp23/auto-array.C