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]

r137044 - in /branches/lto/gcc: ChangeLog.lto c...


Author: espindola
Date: Mon Jun 23 17:27:47 2008
New Revision: 137044

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137044
Log:
2008-06-23  Rafael Espindola  <espindola@google.com>

	* calls.c (must_pass_in_stack_var_size): handle a NULL TYPE_SIZE.
	* expr.c (store_field): handle a NULL TYPE_SIZE.
	* tree.c (reset_type_lang_specific): set TYPE_SIZE_UNIT,
	TYPE_SIZE and TYPE_MAX_VALUE to NULL_TREE if they are not INTEGER_CST.


Modified:
    branches/lto/gcc/ChangeLog.lto
    branches/lto/gcc/calls.c
    branches/lto/gcc/expr.c
    branches/lto/gcc/tree.c


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