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]

r149309 - in /branches/lto/gcc: ChangeLog.lto g...


Author: dnovillo
Date: Tue Jul  7 00:30:03 2009
New Revision: 149309

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

	* tree.c (free_lang_data_in_type): Do not reset
	TYPE_SIZE, TYPE_SIZE_UNIT, TYPE_MIN_VALUE and
	TYPE_MAX_VALUE.
	* gimple.c (gimple_compare_types): Do not assume that
	TYPE_MIN_VALUE and TYPE_MAX_VALUE are constants.
	(iterative_hash_gimple_type): Do not assume that
	TYPE_SIZE and TYPE_SIZE_UNIT are constants.

lto/ChangeLog

	* lto.c (lto_fixup_type): Fixup TYPE_SIZE and
	TYPE_SIZE_UNIT.

testsuite/ChangeLog.lto

	* gcc.dg/lto/20090706-1_0.c: New test.
	* gcc.dg/lto/20090706-2_0.c: New test.


Added:
    branches/lto/gcc/testsuite/gcc.dg/lto/20090706-1_0.c
    branches/lto/gcc/testsuite/gcc.dg/lto/20090706-2_0.c
Modified:
    branches/lto/gcc/ChangeLog.lto
    branches/lto/gcc/gimple.c
    branches/lto/gcc/lto/ChangeLog
    branches/lto/gcc/lto/lto.c
    branches/lto/gcc/testsuite/ChangeLog.lto
    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]