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]

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


Author: dnovillo
Date: Sat Feb 28 21:17:22 2009
New Revision: 144495

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

	* gimple.c (gimple_same_type_p): Move from lto-symtab.c.
	Rename from lto_same_type_p.  Update all users.
	Compare TYPE_QUALS and TYPE_ATTRIBUTES.
	* gimple.h (gimple_same_type_p): Declare.
	* lto-tree-in.h: Fix comment.
	* tree.c (free_lang_data_in_type): Remove variants that
	are the same gimple type as the main variant.
	* lto-symtab.c (lto_merge_qualifiers): Merge in both
	directions.
	(lto_merge_types): Always merge qualifiers for merged
	ARRAY_TYPEs.


Modified:
    branches/lto/gcc/ChangeLog.lto
    branches/lto/gcc/gimple.c
    branches/lto/gcc/gimple.h
    branches/lto/gcc/lto-symtab.c
    branches/lto/gcc/lto-tree-in.h
    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]