This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f7f2b73b9c1 testsuite: arm: Make arm_neon_ok_nocache consistent with ot [...] new 0fc8da731c7 aarch64: Fix issue with __pld builtin at -O0 [PR 123548]
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/config/aarch64/aarch64-builtins.cc | 75 ++++++++++------------ gcc/config/aarch64/arm_acle.h | 37 ----------- .../aarch64/{builtin_pld_pli.c => acle/pld_pli.c} | 0 .../gcc.target/aarch64/acle/pld_pli_illegal.c | 33 ++++++++++ .../gcc.target/aarch64/{ => acle}/pldir.c | 0 .../gcc.target/aarch64/builtin_pld_pli_illegal.c | 33 ---------- gcc/testsuite/gcc.target/aarch64/pr123548.c | 18 ++++++ 7 files changed, 85 insertions(+), 111 deletions(-) rename gcc/testsuite/gcc.target/aarch64/{builtin_pld_pli.c => acle/pld_pli.c} (100%) create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/pld_pli_illegal.c rename gcc/testsuite/gcc.target/aarch64/{ => acle}/pldir.c (100%) delete mode 100644 gcc/testsuite/gcc.target/aarch64/builtin_pld_pli_illegal.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr123548.c