Commit 275853ab by Richard Henderson Committed by Richard Henderson

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

From-SVN: r166910
parent fb52b50a
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
......
/* { 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 } } */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment