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]

r137693 - in /branches/lto/gcc: ChangeLog.lto l...


Author: espindola
Date: Thu Jul 10 08:25:54 2008
New Revision: 137693

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137693
Log:
2008-07-10  Bill Maddox  <maddox@google.com>

	* lto-function-out.c (lto_static_init):
	Back out reset of lto_types_needed_for bit for
	TREE_BINFO nodes.
	* lto-function-in.c (input_binfo): Restore reading
	of flags and check for presence of line info.
	(input_tree_operand): Add test for tree code TREE_BINFO
	where we check for special handling of type and decl nodes.


Modified:
    branches/lto/gcc/ChangeLog.lto
    branches/lto/gcc/lto-function-in.c
    branches/lto/gcc/lto-function-out.c


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