This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa-branch] Mainline merge as of 2002-07-21
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Daniel Berlin <dberlin at dberlin dot org>
- Cc: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: 24 Jul 2002 10:50:17 -0400
- Subject: Re: [tree-ssa-branch] Mainline merge as of 2002-07-21
- References: <Pine.LNX.4.44.0207241018170.4129-100000@dberlin.org>
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.