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: [tree-ssa]: Patch: bootstrap regression fix


> > This patch
> > 2003-12-17  Jan Hubicka  <jh@suse.cz>
> > 
> >         * tree-inline.c (estimate_num_insns_1):  Check that all nodes 
> > are
> >         known; add missing nodes; fix MODIFY_EXPR
> 
> Erm, it is second time it bit me.  Thanks!
> > 
> > broke bootstrap on Darwin; the rs6000 files do not define MOVE_RATIO 
> > specially.
> > According to the doc they don't have to.  This moves the default 
> > definition from
> > expr.c to expr.h.  Bootstrapped.  OK?
> 
> I would say that defaults.h is the proper place.
> I am starting bootstrap with that change.  Would it be OK assuming it
> passes?
No, it actually can't work because it depends on HAVE_* macros that are
included after defaults.h.  Your change looks like resonable step to me
then.

Honza
> 
> Honza


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