r137978 - in /branches/gimple-tuples-branch/gcc...

rguenth@gcc.gnu.org rguenth@gcc.gnu.org
Sat Jul 19 13:10:00 GMT 2008


Author: rguenth
Date: Sat Jul 19 13:10:44 2008
New Revision: 137978

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

	* Make-lang.in (trans.o): Add tree-iterator.h dependency.
	(utils.o): Likewise.
	* trans.c: Include tree-iterator.h.
	(gnat_gimplify_expr): Adjust prototype.  Fix typo.
	(gnat_gimplify_stmt): Use SET_EXPR_LOCATION.
	(set_expr_location_from_node): Likewise.
	(gigi): Tuplify.
	* ada-tree.h (union lang_tree_node): Use TREE_CHAIN instead
	of GENERIC_NEXT.
	* utils.c: Include tree-iterator.h.
	* gigi.h (gnat_gimplify_expr): Adjust prototype.

Modified:
    branches/gimple-tuples-branch/gcc/ada/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/ada/Make-lang.in
    branches/gimple-tuples-branch/gcc/ada/ada-tree.h
    branches/gimple-tuples-branch/gcc/ada/gigi.h
    branches/gimple-tuples-branch/gcc/ada/trans.c
    branches/gimple-tuples-branch/gcc/ada/utils.c



More information about the Gcc-cvs mailing list