diff options
Diffstat (limited to 'libatomic/testsuite/libatomic.c/atomic-op-5.c')
-rw-r--r-- | libatomic/testsuite/libatomic.c/atomic-op-5.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libatomic/testsuite/libatomic.c/atomic-op-5.c b/libatomic/testsuite/libatomic.c/atomic-op-5.c index e78d8150997..763880da0fc 100644 --- a/libatomic/testsuite/libatomic.c/atomic-op-5.c +++ b/libatomic/testsuite/libatomic.c/atomic-op-5.c @@ -1,8 +1,7 @@ /* Test __atomic routines for existence and proper execution on 16 byte values with each valid memory model. */ /* { dg-do run } */ -/* { dg-require-effective-target sync_int_128_runtime } */ -/* { dg-options "-mcx16" { target { i?86-*-* x86_64-*-* } } } */ +/* { dg-require-effective-target int128 } */ /* Test the execution of the __atomic_*OP builtin routines for an int_128. */ @@ -528,6 +527,7 @@ test_or () abort (); } +int main () { test_fetch_add (); |