This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 46c739d40c6 c++: Handle __builtin_clear_padding on non-trivially-copyab [...] new 897b080e6d9 testsuite: skip PR103350 tests on big-endian new fdd81afcf18 testsuite: enable fast-math-complex-* testcases. new 024edf08959 AArch64: Fix left fold sum reduction RTL patterns [PR104049]
The 3 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-simd.md | 70 +++++++++------------- .../vect/complex/fast-math-complex-add-double.c | 4 +- .../vect/complex/fast-math-complex-add-float.c | 4 +- .../complex/fast-math-complex-add-half-float.c | 7 ++- .../complex/fast-math-complex-add-pattern-double.c | 3 +- .../complex/fast-math-complex-add-pattern-float.c | 2 +- .../fast-math-complex-add-pattern-half-float.c | 8 +-- .../complex/fast-math-complex-mla-half-float.c | 2 + .../vect/complex/fast-math-complex-mls-double.c | 1 + .../vect/complex/fast-math-complex-mls-float.c | 1 + .../complex/fast-math-complex-mls-half-float.c | 2 + .../vect/complex/fast-math-complex-mul-double.c | 1 + .../vect/complex/fast-math-complex-mul-float.c | 1 + .../complex/fast-math-complex-mul-half-float.c | 2 + gcc/testsuite/gcc.dg/vect/vect.exp | 2 +- gcc/testsuite/gcc.target/aarch64/pr103350-1.c | 2 +- gcc/testsuite/gcc.target/aarch64/pr103350-2.c | 2 +- gcc/testsuite/gcc.target/aarch64/vadd_reduc-1.c | 22 +++++++ .../{i386/pr104059.c => aarch64/vadd_reduc-2.c} | 20 +++++-- 19 files changed, 93 insertions(+), 63 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/vadd_reduc-1.c copy gcc/testsuite/gcc.target/{i386/pr104059.c => aarch64/vadd_reduc-2.c} (55%)