On Tue, Dec 10, 2013 at 12:48:20PM +0100, Jan Hubicka wrote:
> > Hi,
> >
> >
> > ChangeLog
> >
> > 2013-12-06 Kai Tietz <[email protected]>
> >
> > PR target/56807
> > * config/i386/i386.c (ix86_expand_prologue):
> >
> > Tested for i686-w64-mingw32, x86_64-unknown-linux-gnu. Ok for apply?
>
> So the code in question does spilling relative to stack pointer before
> function
> call and relative to base pointer after the function call and this leads to
> mismatch
> when stack alignment is in the way?
>
> The chagne seems OK if that is the case.
The ChangeLog entry is not ok though.
Jakub