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]

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


Author: espindola
Date: Thu Sep 18 11:46:36 2008
New Revision: 140450

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140450
Log:
2008-09-18  Rafael Avila de Espindola  <espindola@google.com>

	* lto-function-in.c (flags_length_for_code): Change size to
	NUM_TREE_CODES.
	* lto-function-out.c (expr_to_tag): Change size to
	NUM_TREE_CODES.
	(lto_static_init): Change the size of lto_flags_needed_for and
	lto_types_needed_for to NUM_TREE_CODES.


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]