This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0d1ccfd0cc2 testsuite/94703 - skip gcc.dg/tree-ssa/pr94703.c on strict- [...] new 2c814af65ef aarch64: Fix arm_sve_vector_bits on typedefs [PR95105]
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/ChangeLog | 8 ++ gcc/config/aarch64/aarch64-sve-builtins.cc | 35 ++++-- gcc/testsuite/ChangeLog | 6 + .../aarch64/sve/acle/general-c++/attributes_1.C | 122 +++++++++++++++++++++ .../aarch64/sve/acle/general/attributes_8.c | 101 +++++++++++++++++ 5 files changed, 262 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/g++.target/aarch64/sve/acle/general-c++/attributes_1.C create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/attributes_8.c