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]

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


Author: rguenth
Date: Sat Feb  7 22:18:37 2009
New Revision: 144008

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

	* gimplify.c (mark_addressable): Export.
	* tree-flow.h (mark_addressable): Declare.
	* tree-ssa-loop-manip.c (create_iv): Mark the base addressable.
	* tree-ssa.c (verify_phi_args): Verify that address taken
	variables have TREE_ADDRESSABLE set.

Modified:
    branches/alias-improvements/gcc/ChangeLog.alias
    branches/alias-improvements/gcc/gimplify.c
    branches/alias-improvements/gcc/tree-flow.h
    branches/alias-improvements/gcc/tree-ssa-loop-manip.c
    branches/alias-improvements/gcc/tree-ssa.c


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