]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/c/c-typeck.c
tree.c (set_expr_locus): Remove.
authorManuel López-Ibáñez <manu@gcc.gnu.org>
Tue, 7 Jul 2009 21:52:01 +0000 (21:52 +0000)
committerManuel López-Ibáñez <manu@gcc.gnu.org>
Tue, 7 Jul 2009 21:52:01 +0000 (21:52 +0000)
commit5e278028ed86b38bc0b649aa6e351d35c6ad539c
treee14c2f08a9711f5cd94a281bba187340d63b46b2
parented3346c20d1e764dcd98cd84e47d8f7a7ae72fcb
tree.c (set_expr_locus): Remove.

2009-07-07  Manuel López-Ibáñez  <manu@gcc.gnu.org>

* tree.c (set_expr_locus): Remove.
* tree.h (EXPR_LOCUS,SET_EXPR_LOCUS,set_expr_locus): Remove.
* c-typeck.c (c_finish_stmt_expr):  Replace EXPR_LOCUS by
EXPR_LOCATION.
* gimplify.c (internal_get_tmp_var): Likewise.
(gimplify_call_expr): Likewise.
(gimplify_one_sizepos): Likewise.
objc/
* objc-act.c (next_sjlj_build_catch_list): Replace EXPR_LOCUS by
EXPR_LOCATION.
cp/
* semantics.c (finalize_nrv_r): Replace EXPR_LOCUS by
EXPR_LOCATION.
ada/
* gcc-interface/trans.c (gnat_gimplify_expr):  Replace EXPR_LOCUS by
EXPR_LOCATION.

From-SVN: r149350
gcc/ChangeLog
gcc/ada/ChangeLog
gcc/ada/gcc-interface/trans.c
gcc/c-typeck.c
gcc/cp/ChangeLog
gcc/cp/semantics.c
gcc/gimplify.c
gcc/objc/ChangeLog
gcc/objc/objc-act.c
gcc/tree.c
gcc/tree.h