2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-13 12:31:16 +08:00

* gcc.target/i386/pr46470.c: Skip for 32-bit PIC.

From-SVN: r166910
This commit is contained in:
Richard Henderson 2010-11-18 08:41:53 -08:00 committed by Richard Henderson
parent fb52b50a92
commit 275853ab38
2 changed files with 9 additions and 0 deletions
gcc/testsuite
ChangeLog
gcc.target/i386

@ -1,3 +1,7 @@
2010-11-18 Richard Henderson <rth@redhat.com>
* gcc.target/i386/pr46470.c: Skip for 32-bit PIC.
2010-11-18 Nathan Froyd <froydnj@codesourcery.com>
PR c/33193

@ -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 } } */