diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-28 14:03:29 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-28 14:03:29 +0000 |
commit | f50671fe14ad06fc6793753f05c03600c2fb9903 (patch) | |
tree | 48f977d57ea2f4163dd60d917bfd1230174a7219 /gcc/testsuite/gcc.dg/atomic-compare-exchange-4.c | |
parent | 506cd07ff0a6af7ed5de17de608e7d4ca48480c8 (diff) | |
download | gcc-f50671fe14ad06fc6793753f05c03600c2fb9903.tar.gz |
2011-11-28 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 181775 using svnmerge
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@181777 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/atomic-compare-exchange-4.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/atomic-compare-exchange-4.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/atomic-compare-exchange-4.c b/gcc/testsuite/gcc.dg/atomic-compare-exchange-4.c index d89e72f8171..b6c783ddaba 100644 --- a/gcc/testsuite/gcc.dg/atomic-compare-exchange-4.c +++ b/gcc/testsuite/gcc.dg/atomic-compare-exchange-4.c @@ -1,8 +1,9 @@ /* 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 } */ +/* { dg-require-effective-target sync_long_long_runtime } */ /* { dg-options "" } */ +/* { dg-options "-march=pentium" { target { { i?86-*-* x86_64-*-* } && ia32 } } } */ /* Test the execution of __atomic_compare_exchange_n builtin for a long_long. */ |