This is the mail archive of the gcc@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-branch] Mainline merge as of 2002-07-21


On Wed, 2002-07-24 at 10:19, Daniel Berlin wrote:
> On Wed, 24 Jul 2002, Diego Novillo wrote:
> 
> > This merge brought in the new register allocator and changes to
> > gengtype that caused a couple of headaches.
> > 
> > We are starting to get into problems with SIMPLE trees used in
> > files included in every front end.  We should start separating
> > language independent trees and functions from c-* in the main
> > directory.
> 
> I'll move create_tmp_alias_var to tree-simple.c, and see if i can make a 
> list of functions that appear to be language-independent, so we can 
> discuss whether they really are.
>
Thanks.  I had a very interesting collection of linker errors yesterday
when I started moving files from C_AND_OBJC_OBJS into OBJS.  It all
started with copy_tree_r wanting to pull in build_stmt which pulled in
statement_code_p, ...


Diego.


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