This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 56dd47c073c testsuite: rework some vect/complex testcases new 434c587537b Fix gcc.c-torture/execute/pr110817-[13].c on the SPARC new cf4b3537640 aarch64: Add support for FEAT_PCDPHINT atomic_store intrinsics. new 255fa4a0abe aarch64: Add support for __pldir intrinsic
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-builtins.cc | 148 +++++++++++++++++ gcc/config/aarch64/aarch64-c.cc | 1 + gcc/config/aarch64/aarch64.h | 3 + gcc/config/aarch64/aarch64.md | 12 ++ gcc/config/aarch64/arm_acle.h | 29 ++++ gcc/config/aarch64/atomics.md | 24 +++ gcc/config/aarch64/iterators.md | 1 + gcc/expr.cc | 5 +- .../gcc.target/aarch64/atomic_store_with_stshh.c | 185 +++++++++++++++++++++ gcc/testsuite/gcc.target/aarch64/pldir.c | 12 ++ 10 files changed, 418 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/atomic_store_with_stshh.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pldir.c