This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from 9742709708b libstdc++: Fix hyperlink in docs new 5251647c844 [AArch64] add barriers to ool __sync builtins
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-protos.h | 2 +- gcc/config/aarch64/aarch64.cc | 12 +++++-- .../gcc.target/aarch64/sync-comp-swap-ool.c | 6 ++++ .../gcc.target/aarch64/sync-op-acquire-ool.c | 6 ++++ .../gcc.target/aarch64/sync-op-full-ool.c | 9 +++++ gcc/testsuite/gcc.target/aarch64/target_attr_20.c | 2 +- gcc/testsuite/gcc.target/aarch64/target_attr_21.c | 2 +- libgcc/config/aarch64/lse.S | 42 +++++++++++++++++++--- libgcc/config/aarch64/t-lse | 8 ++--- 9 files changed, 75 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sync-comp-swap-ool.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sync-op-acquire-ool.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sync-op-full-ool.c