This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8e2b5cf7cde c/107305 - avoid ICEing with invalid GIMPLE input to the GIMPLE FE new 6bec6664059 aarch64: Fix matching of BRKNS new 57675c7f92a aarch64: Prevent generation of /M BRKAS and BRKBS new 9482a5e4eac aarch64: Replace CONSTEXPR with constexpr new 7bca7218ac9 aarch64: Use using directives to inherit constructors new df99e9e4209 aarch64: Commonise some folding code
The 5 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/config/aarch64/aarch64-sve-builtins-base.cc | 108 ++++++++------------- .../aarch64/aarch64-sve-builtins-functions.h | 84 +++++----------- gcc/config/aarch64/aarch64-sve-builtins-shapes.cc | 8 +- gcc/config/aarch64/aarch64-sve-builtins-sve2.cc | 24 ++--- gcc/config/aarch64/aarch64-sve-builtins.cc | 15 ++- gcc/config/aarch64/aarch64-sve-builtins.h | 1 + gcc/config/aarch64/aarch64-sve.md | 94 +++++++++++++----- gcc/config/aarch64/iterators.md | 2 + .../gcc.target/aarch64/sve/acle/general/brka_1.c | 5 +- .../gcc.target/aarch64/sve/acle/general/brkb_1.c | 5 +- .../gcc.target/aarch64/sve/acle/general/brkn_1.c | 5 +- .../sve/acle/general/{brkn_1.c => brkn_2.c} | 5 +- 12 files changed, 176 insertions(+), 180 deletions(-) copy gcc/testsuite/gcc.target/aarch64/sve/acle/general/{brkn_1.c => brkn_2.c} (74%)