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: [LTO][PATCH] splitting lto annotations and functions for LGEN


> 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


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