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]

r143371 - in /branches/alias-improvements/gcc: ...


Author: rguenth
Date: Wed Jan 14 13:16:14 2009
New Revision: 143371

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143371
Log:
2009-01-14  Richard Guenther  <rguenther@suse.de>

	* tree-ssa-pre.c (do_regular_insertion): Use the value number
	of edoubleprime for the value number of the expr.
	* tree-ssa-sccvn.c (vn_reference_lookup_pieces): Do not start
	walking if we found an expression, even if its value number
	is NULL.
	* tree-ssa-structalias.c (set_uids_in_ptset): Expect a pointer
	decl.
	(find_what_var_points_to): Always pass a decl to set_uids_in_ptset.

	* gcc.c-torture/compile/20090114-1.c: New testcase.

Added:
    branches/alias-improvements/gcc/testsuite/gcc.c-torture/compile/20090114-1.c
Modified:
    branches/alias-improvements/gcc/ChangeLog.alias
    branches/alias-improvements/gcc/tree-ssa-pre.c
    branches/alias-improvements/gcc/tree-ssa-sccvn.c
    branches/alias-improvements/gcc/tree-ssa-structalias.c


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