From: Uros Bizjak Date: Thu, 15 Mar 2007 08:22:35 +0000 (+0100) Subject: cmpxchg16b-1.c: Compile for lp64 targets only. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2ec612a3d1e9d289da08d6556d2851e5b21ab07f;p=gcc.git cmpxchg16b-1.c: Compile for lp64 targets only. * gcc.target/i386/cmpxchg16b-1.c: Compile for lp64 targets only. * gcc.target/i386/pr31167.c: Ditto. From-SVN: r122947 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b5eaa0f2c4d..fc3a46b00b0 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2007-03-15 Uros Bizjak + + * gcc.target/i386/cmpxchg16b-1.c: Compile for lp64 targets only. + * gcc.target/i386/pr31167.c: Ditto. + 2007-03-15 Uros Bizjak PR target/31167 @@ -61,7 +66,7 @@ 2007-03-13 Uros Bizjak - * testsuite/gcc.target/i386/cmpxchg16b-1.c: New test. + * gcc.target/i386/cmpxchg16b-1.c: New test. 2007-03-12 Seongbae Park diff --git a/gcc/testsuite/gcc.target/i386/cmpxchg16b-1.c b/gcc/testsuite/gcc.target/i386/cmpxchg16b-1.c index 5999544aa32..6a066b3936f 100644 --- a/gcc/testsuite/gcc.target/i386/cmpxchg16b-1.c +++ b/gcc/testsuite/gcc.target/i386/cmpxchg16b-1.c @@ -1,4 +1,4 @@ -/* { dg-do compile { target x86_64-*-* } } */ +/* { dg-do compile { target { { i?86-*-* x86_64-*-* } && lp64 } } } */ /* { dg-options "-O2 -mcx16" } */ typedef int TItype __attribute__ ((mode (TI))); diff --git a/gcc/testsuite/gcc.target/i386/pr31167.c b/gcc/testsuite/gcc.target/i386/pr31167.c index 883ab5a159c..bc53920b143 100644 --- a/gcc/testsuite/gcc.target/i386/pr31167.c +++ b/gcc/testsuite/gcc.target/i386/pr31167.c @@ -1,4 +1,4 @@ -/* { dg-do compile { target x86_64-*-* } } */ +/* { dg-do compile { target { { i?86-*-* x86_64-*-* } && lp64 } } } */ /* { dg-options "-O" } */ typedef int int32_t;