cmpxchg16b-1.c: Compile for lp64 targets only.
authorUros Bizjak <ubizjak@gmail.com>
Thu, 15 Mar 2007 08:22:35 +0000 (09:22 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Thu, 15 Mar 2007 08:22:35 +0000 (09:22 +0100)
* gcc.target/i386/cmpxchg16b-1.c: Compile for lp64 targets only.
* gcc.target/i386/pr31167.c: Ditto.

From-SVN: r122947

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/cmpxchg16b-1.c
gcc/testsuite/gcc.target/i386/pr31167.c

index b5eaa0f2c4d3aa8b6312cc72df026dd1ba3e3ab0..fc3a46b00b0665e14f0063d08d561b41dd76bd63 100644 (file)
@@ -1,3 +1,8 @@
+2007-03-15  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.target/i386/cmpxchg16b-1.c: Compile for lp64 targets only.
+       * gcc.target/i386/pr31167.c: Ditto.
+
 2007-03-15  Uros Bizjak  <ubizjak@gmail.com>
 
        PR target/31167
@@ -61,7 +66,7 @@
 
 2007-03-13  Uros Bizjak  <ubizjak@gmail.com>
 
-       * testsuite/gcc.target/i386/cmpxchg16b-1.c: New test.
+       * gcc.target/i386/cmpxchg16b-1.c: New test.
 
 2007-03-12  Seongbae Park <seongbae.park@gmail.com>
 
index 5999544aa32a7c868bd3830a5bf9ad8e95da5930..6a066b3936facb5ca3e0eac2e35d0a26b99f2c90 100644 (file)
@@ -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)));
index 883ab5a159c168c5a89c481a0051abf2284be05a..bc53920b1430611c4fc6bf0daeca9b2c6be8a0e0 100644 (file)
@@ -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;