Mark x86_64 only tests as such.
authorAndi Kleen <ak@linux.intel.com>
Mon, 3 Dec 2018 01:06:56 +0000 (01:06 +0000)
committerAndi Kleen <ak@gcc.gnu.org>
Mon, 3 Dec 2018 01:06:56 +0000 (01:06 +0000)
2018-12-02  Andi Kleen  <ak@linux.intel.com>

* gcc.target/i386/returninst1.c: Run on 64bit only.
* gcc.target/i386/returninst2.c: Dito.
* gcc.target/i386/returninst3.c: Dito.

From-SVN: r266733

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/returninst1.c
gcc/testsuite/gcc.target/i386/returninst2.c
gcc/testsuite/gcc.target/i386/returninst3.c

index a28b73c..209b093 100644 (file)
@@ -1,3 +1,9 @@
+2018-12-02  Andi Kleen  <ak@linux.intel.com>
+
+       * gcc.target/i386/returninst1.c: Run on 64bit only.
+       * gcc.target/i386/returninst2.c: Dito.
+       * gcc.target/i386/returninst3.c: Dito.
+
 2018-12-02  Jakub Jelinek  <jakub@redhat.com>
 
        PR target/88278
index f970e75..d7ecc41 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile } */
+/* { dg-do compile { target { ! ia32 } } } */
 /* { dg-options "-pg -mfentry -minstrument-return=call -mrecord-return" } */
 /* { dg-final { scan-assembler "call.*__return__" } } */
 /* { dg-final { scan-assembler "section.*return_loc" } } */
index 716b385..4724b40 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile } */
+/* { dg-do compile { target { ! ia32 } } } */
 /* { dg-options "-pg -mfentry -minstrument-return=nop5 -mrecord-return" } */
 /* { dg-final { scan-assembler-times "0x0f, 0x1f, 0x44, 0x00, 0x00" 3 } } */
 /* { dg-final { scan-assembler "section.*return_loc" } } */
index 5bbc60e..14b4445 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile } */
+/* { dg-do compile { target { ! ia32 } } } */
 /* { dg-options "-pg -mfentry -minstrument-return=call" } */
 /* { dg-final { scan-assembler-not "call.*__return__" } } */