This is the mail archive of the gcc-regression@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: GCC build failed for native with your patch on 2004-01-12T17:28:05Z.


> >>>>> Geoff writes:
> 
> > The problem was due to an earlier commit of Jan's; it has now been fixed.
> 
> 	The bootstrap included Honza's patches:
> 
> 2004-01-13  Jan Hubicka  <jh@suse.cz>
> 
>         * c-decl.c (diagnose_mismatched_decls):  Fix warning calls.
> 
>         * cgraphunit.c (cgraph_optimize_function):  Always do
>         optimize_inline_calls when there is always_inline callee.
>         (cgraph_decide_inlining): Fix formating.
>         * tree-inline.c (inlinable_function_p): Do sorry for alwaysinline
>         functions.
>         (expand_call_inline): Likewise.
>         * toplev.h (sorry): Fix prototype.
> 
> 2004-01-13  Jan Hubicka  <jh@suse.cz>
> 
>         * alias.c (new_alias_set): Construct the alias_set varray.
>         (init_alias_once): Don't do it here.
> 
> I do not see any newer patches, so I think this bug still is present.  I
> will send Honza a pre-processed file.

Apparently I've fixed the Darwin problem, but not the AIX problem.
It looks like AIX port is doing something wrong, as the allocation is
now as robust as it can be (the function to invent new alias set
allocate or resize the array)

Sorry for the brekage, nothing of this reproduced on i386.

Honza
> 
> David


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