diff options
Diffstat (limited to 'libatomic/testsuite/libatomic.c/atomic-op-4.c')
-rw-r--r-- | libatomic/testsuite/libatomic.c/atomic-op-4.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libatomic/testsuite/libatomic.c/atomic-op-4.c b/libatomic/testsuite/libatomic.c/atomic-op-4.c index 7c4a819bfaa..0998c3a6548 100644 --- a/libatomic/testsuite/libatomic.c/atomic-op-4.c +++ b/libatomic/testsuite/libatomic.c/atomic-op-4.c @@ -1,9 +1,7 @@ /* Test __atomic routines for existence and proper execution on 8 byte values with each valid memory model. */ /* { dg-do run } */ -/* { dg-require-effective-target sync_long_long_runtime } */ /* { dg-options "" } */ -/* { dg-options "-march=pentium" { target { { i?86-*-* x86_64-*-* } && ia32 } } } */ /* Test the execution of the __atomic_*OP builtin routines for long long. */ @@ -529,6 +527,7 @@ test_or () abort (); } +int main () { test_fetch_add (); |