This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Final intermodule patch
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Geoffrey Keating <geoffk at apple dot com>
- Cc: Andrew Pinski <pinskia at physics dot uc dot edu>, gcc-patches at gcc dot gnu dot org, cato at df dot lth dot se (Krister Walfridsson)
- Date: Mon, 28 Jul 2003 23:02:21 -0400
- Subject: Re: Final intermodule patch
Yes, it also happens on i686-openbsd3.1 which I bootstrap and run the
testsuite every night.
It's not aligning the stack before doing a function call, it's not
aligning the stack at the start of main. That I can understand.
Try this patch.
Yep this patch fixes it.
Thanks,
Andrew Pinski