r172295 - in /trunk/gcc: ChangeLog lto-streamer...

froydnj@gcc.gnu.org froydnj@gcc.gnu.org
Tue Apr 12 02:18:00 GMT 2011


Author: froydnj
Date: Tue Apr 12 02:18:41 2011
New Revision: 172295

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172295
Log:
	* tree.h (struct typed_tree): New.
	(struct tree_common): Include it instead of tree_base.
	(TREE_TYPE): Update for new location of type field.
	(TYPE_USER_ALIGN, TYPE_PACKED): Refer to base field directly.
	(DECL_USER_ALIGN, DECL_PACKED): Likewise.
	(union tree_node): Add typed field.
	* treestruct.def (TS_TYPED): New.
	* lto-streamer.c (check_handled_ts_structures): Handle it.
	* tree.c (MARK_TS_TYPED): New macro.
	(MARK_TS_COMMON): Call it instead of MARK_TS_BASE.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/lto-streamer.c
    trunk/gcc/tree.c
    trunk/gcc/tree.h
    trunk/gcc/treestruct.def



More information about the Gcc-cvs mailing list