This is the mail archive of the gcc-cvs@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]

r149273 - in /branches/lto/gcc: ChangeLog.lto t...


Author: dnovillo
Date: Mon Jul  6 04:46:51 2009
New Revision: 149273

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149273
Log:

	* tree.c: Include debug.h.
	(initialize_tree_contains_struct): New.
	(init_ttree): Call it.
	(tree_node_structure_for_code): Factor out of ...
	(tree_node_structure): ... here.
	(free_lang_data_in_type): Clear out TYPE_STUB_DECL.
	(free_lang_data_in_decl): Clear out the type of
	DECL_NAME.
	(free_lang_data): Prevent debug information from being
	generated.
	* treestruct.def (TS_PHI_NODE): Remove.
	(TS_GIMPLE_STATEMENT): Remove.


Modified:
    branches/lto/gcc/ChangeLog.lto
    branches/lto/gcc/tree.c
    branches/lto/gcc/treestruct.def


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