This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 98de922f41f -Wtautological-compare: fix comparison of macro expansions new 3cd02a02afa PR tree-optimization/84053 - missing -Warray-bounds accessi [...] new 0f958fe3d4a [AArch64][SVE] Fix IFN_COND_FMLA movprfx alternative
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 | 5 ++++ gcc/config/aarch64/aarch64-sve.md | 2 +- gcc/testsuite/ChangeLog | 10 ++++++++ gcc/testsuite/gcc.dg/Warray-bounds-36.c | 27 ++++++++++++++++++++++ gcc/testsuite/gcc.target/aarch64/sve/fmla_2.c | 19 +++++++++++++++ gcc/testsuite/gcc.target/aarch64/sve/fmla_2_run.c | 28 +++++++++++++++++++++++ 6 files changed, 90 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.dg/Warray-bounds-36.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/fmla_2.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/fmla_2_run.c