PR testsuite/25214
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 31 Dec 2005 00:46:05 +0000 (00:46 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 31 Dec 2005 00:46:05 +0000 (00:46 +0000)
* gcc.target/i386/local2.c: Skip if ilp32 and -fpic/-fpic.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109193 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/local2.c

index 9d8f608..6ef5ea7 100644 (file)
@@ -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
index 2225aee..28c89d9 100644 (file)
@@ -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 ();