This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 936efcac733 xtensa: Implement new target hook: TARGET_CONSTANT_OK_FOR_CPROP_P new 6bcca5f642e c++: cast to array of unknown bound [PR93259] new 03381beccb5 c++: auto member function and auto variable [PR106893]
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/decl.cc | 3 +++ gcc/cp/pt.cc | 6 ++--- gcc/testsuite/g++.dg/cpp0x/initlist-array17.C | 37 +++++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1y/auto-fn65.C | 10 ++++++++ 4 files changed, 53 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-array17.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/auto-fn65.C