]> gcc.gnu.org Git - 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 00:46:05 +0000 (00:46 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sat, 31 Dec 2005 00:46:05 +0000 (00:46 +0000)
PR testsuite/25214
* gcc.target/i386/local2.c: Skip if ilp32 and -fpic/-fpic.

From-SVN: r109193

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

index 9d8f60845adc4027a3cbdf66e4fcd6f3c14dbde7..6ef5ea732568c4be3c300023f27f0ef73728fc06 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 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 ();
This page took 0.111018 seconds and 5 git commands to generate.