]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR testsuite/25214 (-fpic/-fPIC failures in gcc.dg/i386-local2.c)
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sat, 31 Dec 2005 01:00:54 +0000 (01:00 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sat, 31 Dec 2005 01:00:54 +0000 (01:00 +0000)
PR testsuite/25214
* gcc.dg/i386-local2.c: Skip if ilp32 and -fpic/-fpic.

From-SVN: r109196

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/i386-local2.c

index aa0a842a72ad8a9d23c57808e4b44b1f2020043d..b9ad99f9616daa894edc9ba10ddce0aae06f1015 100644 (file)
@@ -1,3 +1,8 @@
+2005-12-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       PR testsuite/25214
+       * gcc.dg/i386-local2.c: Skip if ilp32 and -fpic/-fpic.
+
 2005-12-30  Roger Sayle  <roger@eyesopen.com>
 
        PR target/25213
index 2225aeea0d92dc5320bfb51469d1891b0a65eaf9..28c89d9ce91ef9b7c1df41c156406bf8f785cff8 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 ();