aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/arm/atomic-comp-swap-release-acquire-2.c
blob: 73b140aaae4ee65e12ff8bc67b33c29f6f720f6e (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-require-effective-target arm_arch_v8m_main_ok } */
/* { dg-options "-O2 -fno-ipa-icf" } */
/* { dg-add-options arm_arch_v8m_main } */

#include "../aarch64/atomic-comp-swap-release-acquire.x"

/* { dg-final { scan-assembler-times "ldaex" 4 } } */
/* { dg-final { scan-assembler-times "stlex" 4 } } */
/* { dg-final { scan-assembler-not "dmb" } } */