This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Final intermodule patch


Andrew Pinski <pinskia@physics.uc.edu> writes:

> On Monday, Jul 28, 2003, at 23:02 US/Eastern, Andrew Pinski wrote:
> >>> 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.
> 
> Before <http://gcc.gnu.org/ml/gcc-testresults/2003-07/msg01685.html>.
> After <http://gcc.gnu.org/ml/gcc-testresults/2003-07/msg01740.html>.
> A lot better.

I commit, with this ChangeLog:

2003-07-28  Geoffrey Keating  <geoffk@apple.com>

        * c-decl.c (c_expand_body_1): Use C_DECL_FILE_SCOPE to detect
        main function.

-- 
- Geoffrey Keating <geoffk@geoffk.org>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]