From: Richard Henderson Date: Thu, 18 Nov 2010 16:41:53 +0000 (-0800) Subject: * gcc.target/i386/pr46470.c: Skip for 32-bit PIC. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=275853ab387d1912647c4f367a7f7f33f47d0526;p=gcc.git * gcc.target/i386/pr46470.c: Skip for 32-bit PIC. From-SVN: r166910 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a5b14f964a3..748d06ee39c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2010-11-18 Richard Henderson + + * gcc.target/i386/pr46470.c: Skip for 32-bit PIC. + 2010-11-18 Nathan Froyd PR c/33193 diff --git a/gcc/testsuite/gcc.target/i386/pr46470.c b/gcc/testsuite/gcc.target/i386/pr46470.c index eacba4b4131..256b57f6ad4 100644 --- a/gcc/testsuite/gcc.target/i386/pr46470.c +++ b/gcc/testsuite/gcc.target/i386/pr46470.c @@ -1,4 +1,9 @@ /* { dg-do compile } */ +/* The pic register save adds unavoidable stack pointer references. */ +/* { dg-skip-if "" { ilp32 && { ! nonpic } } { "*" } { "" } } */ +/* These options are selected to ensure 1 word needs to be allocated + on the stack to maintain alignment for the call. This should be + transformed to push+pop. We also want to force unwind info updates. */ /* { dg-options "-Os -fomit-frame-pointer -fasynchronous-unwind-tables" } */ /* { dg-options "-Os -fomit-frame-pointer -mpreferred-stack-boundary=3 -fasynchronous-unwind-tables" { target ilp32 } } */