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]

r159631 - in /branches/mem-ref2/gcc: ChangeLog....


Author: rguenth
Date: Thu May 20 15:56:27 2010
New Revision: 159631

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159631
Log:
2010-05-20  Richard Guenther  <rguenther@suse.de>

	* cgraphbuild.c (mark_load): Properly check for NULL result
	from get_base_address.
	(mark_store): Likewise.
	* tree-pretty-print.c (print_call_name): Handle MEM_REF.
	* tree-ssa-structalias.c (find_func_clobbers): Likewise.
	* gimple.h (gimple_call_fndecl): Likewise.

Modified:
    branches/mem-ref2/gcc/ChangeLog.mem-ref2
    branches/mem-ref2/gcc/cgraphbuild.c
    branches/mem-ref2/gcc/gimple.h
    branches/mem-ref2/gcc/tree-pretty-print.c
    branches/mem-ref2/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]