re PR testsuite/25214 (-fpic/-fPIC failures in gcc.dg/i386-local2.c)
PR testsuite/25214 * gcc.target/i386/local2.c: Skip if ilp32 and -fpic/-fpic. From-SVN: r109193
This commit is contained in:
parent
4fb358b857
commit
b8dc9b746a
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-12-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
PR testsuite/25214
|
||||
* gcc.target/i386/local2.c: Skip if ilp32 and -fpic/-fpic.
|
||||
|
||||
2005-12-30 Erik Edelmann <eedelman@gcc.gnu.org>
|
||||
|
||||
PR fortran/22607
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
|
||||
/* { dg-options "-O2 -funit-at-a-time -fomit-frame-pointer" } */
|
||||
/* { dg-skip-if "PR 25214" { ilp32 } { "-fpic" "-fPIC" } { "" } } */
|
||||
/* { dg-final { scan-assembler-not "sub\[^\\n\]*sp" } } */
|
||||
|
||||
static __attribute__ ((noinline)) q ();
|
||||
|
|
Loading…
Add table
Reference in a new issue