From: Kaveh R. Ghazi Date: Sat, 31 Dec 2005 01:00:54 +0000 (+0000) Subject: re PR testsuite/25214 (-fpic/-fPIC failures in gcc.dg/i386-local2.c) X-Git-Tag: releases/gcc-3.4.6~186 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=084c091588aeb20328123a872ce1623c157b9dc8;p=thirdparty%2Fgcc.git re PR testsuite/25214 (-fpic/-fPIC failures in gcc.dg/i386-local2.c) PR testsuite/25214 * gcc.dg/i386-local2.c: Skip if ilp32 and -fpic/-fpic. From-SVN: r109196 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index aa0a842a72ad..b9ad99f9616d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-12-30 Kaveh R. Ghazi + + PR testsuite/25214 + * gcc.dg/i386-local2.c: Skip if ilp32 and -fpic/-fpic. + 2005-12-30 Roger Sayle PR target/25213 diff --git a/gcc/testsuite/gcc.dg/i386-local2.c b/gcc/testsuite/gcc.dg/i386-local2.c index 2225aeea0d92..28c89d9ce91e 100644 --- a/gcc/testsuite/gcc.dg/i386-local2.c +++ b/gcc/testsuite/gcc.dg/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 ();