This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fc428c92154 Fix unrecognised GCN instruction. new 5084fe6e916 [C++] Pass type uses through the verify_type_context hook new 20acb4dc40f Avoid -Wincompatible-pointer-types on targets like arm-eabi.
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 | 7 + gcc/config/aarch64/aarch64-sve-builtins.cc | 20 ++ gcc/cp/ChangeLog | 35 +++ gcc/cp/decl.c | 26 ++ gcc/cp/except.c | 5 + gcc/cp/init.c | 13 + gcc/cp/lambda.c | 4 + gcc/cp/pt.c | 4 + gcc/cp/typeck.c | 20 +- gcc/cp/typeck2.c | 4 + gcc/target.h | 14 +- gcc/testsuite/ChangeLog | 10 + gcc/testsuite/g++.dg/ext/sve-sizeless-1.C | 420 +++++++++++++++++++++++++++ gcc/testsuite/g++.dg/ext/sve-sizeless-2.C | 420 +++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/Wstringop-overflow-23.c | 2 +- gcc/testsuite/gcc.dg/Wstringop-overflow-24.c | 4 +- 16 files changed, 1003 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/sve-sizeless-1.C create mode 100644 gcc/testsuite/g++.dg/ext/sve-sizeless-2.C