diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9d8f60845ad..6ef5ea73256 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-12-30 Kaveh R. Ghazi + + PR testsuite/25214 + * gcc.target/i386/local2.c: Skip if ilp32 and -fpic/-fpic. + 2005-12-30 Erik Edelmann PR fortran/22607 diff --git a/gcc/testsuite/gcc.target/i386/local2.c b/gcc/testsuite/gcc.target/i386/local2.c index 2225aeea0d9..28c89d9ce91 100644 --- a/gcc/testsuite/gcc.target/i386/local2.c +++ b/gcc/testsuite/gcc.target/i386/local2.c @@ -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 ();