http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51258
--- Comment #7 from Uros Bizjak <ubizjak at gmail dot com> 2011-11-22 19:29:20 UTC --- Can somebody please test following change: --cut here-- Index: atomic-exchange-5.c =================================================================== --- atomic-exchange-5.c (revision 181628) +++ atomic-exchange-5.c (working copy) @@ -2,7 +2,7 @@ values with each valid memory model. */ /* { dg-do run } */ /* { dg-require-effective-target sync_int_128 } */ -/* { dg-options "-mcx16" { target { x86_64-*-* } } } */ +/* { dg-options "-mcx16" { target { i?86-*-* x86_64-*-* } } } */ /* Test the execution of the __atomic_X builtin for a 16 byte value. */ --cut here--