mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-09 17:11:20 +08:00
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:
parent
e4ce879570
commit
e45130c59e
@ -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
|
||||
|
@ -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" } } */
|
||||
|
@ -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" } } */
|
||||
|
@ -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__" } } */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user