This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7be087667f6 PR fortran/92756 * trans-openmp.c (gfc_trans_omp_teams): [...] new e2e9df299a2 [C++] Opt out of GNU vector extensions for built-in SVE types
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/ChangeLog | 15 + gcc/cp/call.c | 10 +- gcc/cp/cp-tree.h | 2 +- gcc/cp/cvt.c | 13 +- gcc/cp/typeck.c | 34 +- gcc/testsuite/ChangeLog | 5 + .../aarch64/sve/acle/general-c++/gnu_vectors_1.C | 489 +++++++++++++++++++++ .../aarch64/sve/acle/general-c++/gnu_vectors_2.C | 489 +++++++++++++++++++++ 8 files changed, 1038 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/g++.target/aarch64/sve/acle/general-c++/gnu_vectors_1.C create mode 100644 gcc/testsuite/g++.target/aarch64/sve/acle/general-c++/gnu_vectors_2.C