This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [LTO][PATCH] splitting lto annotations and functions for LGEN
- From: Paolo Bonzini <bonzini at gnu dot org>
- To: "Doug Kwan (???)" <dougkwan at google dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 27 Aug 2008 10:29:44 +0200
- Subject: Re: [LTO][PATCH] splitting lto annotations and functions for LGEN
- References: <498552560808260123v7e5b285co14e12c74806305b1@mail.gmail.com>
> That causes lots of changes in Makefile.in and will make
> merging that file difficult and error prone. I can put the current
> subset in a global but that looks quite clumsy though doing so can
> avoid the big change in Makefile.in.
If this is accepted, I don't have any problems adding the TREE_PASS_H
variable also to trunk's Makefile.in.
OTOH, why don't you just add a
struct cgraph_node_set_def;
forward declaration in tree-pass.h? :-)
Paolo