* gcc.target/i386/tailcall-1.c: Use dg-require-effective-target ilp32.
From-SVN: r127827
This commit is contained in:
parent
a29e020ecd
commit
ed7f2db5f0
2 changed files with 3 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
* gcc.target/i386/pow-1.c: Fix scan-assembler-not.
|
||||
* gcc.target/i386/asm-3.c: Skip -fpic ilp32 targets only.
|
||||
* gcc.target/i386/tailcall-1.c: Ditto.
|
||||
* gcc.target/i386/20020523-1.c: Require nonpic effective target.
|
||||
* gcc.target/i386/local2.c: Ditto.
|
||||
* gcc.target/i386/stack-prot-kernel.c: Ditto.
|
||||
* gcc.target/i386/20011119-1.c: Ditto.
|
||||
* gcc.target/i386/tailcall-1.c: Ditto. Check ilp32 targets only.
|
||||
* gcc.target/i386/fastcall-1.c: Fix target selector.
|
||||
|
||||
2007-08-26 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-skip-if "" { ilp32 } { "-fpic" "-fPIC" } { "" } } */
|
||||
/* { dg-require-effective-target ilp32 } */
|
||||
/* { dg-require-effective-target nonpic } */
|
||||
/* { dg-options "-O2" } */
|
||||
|
||||
typedef unsigned int Cardinal;
|
||||
|
|
Loading…
Add table
Reference in a new issue