[Bug testsuite/51258] 64-bit gcc.dg/atomic-compare-exchange-5.c link failure on 32-bit Solaris/x86
ubizjak at gmail dot com
gcc-bugzilla@gcc.gnu.org
Tue Nov 22 20:15:00 GMT 2011
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--
More information about the Gcc-bugs
mailing list