Mark x86_64 only tests as such.

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
This commit is contained in:
Andi Kleen 2018-12-03 01:06:56 +00:00 committed by Andi Kleen
parent e4ce879570
commit e45130c59e
4 changed files with 9 additions and 3 deletions

View 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

View 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" } } */

View 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" } } */

View 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__" } } */