]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/c-typeck.c
c-common.c (shorten_compare, [...]): Replace calls to build with calls to buildN.
authorRoger Sayle <roger@eyesopen.com>
Sun, 15 Aug 2004 02:24:41 +0000 (02:24 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sun, 15 Aug 2004 02:24:41 +0000 (02:24 +0000)
commit53fb4de37502c525b7afef2401350a0797fd2373
treeebacdfeed0851e1d26ae03ca28fdcefe93df6304
parentb9413dbc44b6afbb28f88d9ed2f9716528fce94c
c-common.c (shorten_compare, [...]): Replace calls to build with calls to buildN.

* c-common.c (shorten_compare, pointer_int_sum,
c_common_truthvalue_conversion, boolean_increment): Replace calls
to build with calls to buildN.
* c-decl.c (complete_array_type, grokdeclarator): Likewise.
* c-gimplify.c (c_build_bind_expr, gimplify_c_loop,
gimplify_switch_stmt): Likewise.
* c-typeck.c (default_function_array_conversion,
build_component_ref, build_array_ref, build_function_call,
pointer_diff, build_unary_op, build_conditional_expr,
build_compound_expr, build_modify_expr, c_finish_goto_label,
c_finish_goto_ptr, c_finish_return, c_finish_loop,
c_finish_bc_stmt, c_finish_stmt_expr, c_end_compound_stmt,
build_binary_op): Likewise.

From-SVN: r86018
gcc/ChangeLog
gcc/c-common.c
gcc/c-decl.c
gcc/c-gimplify.c
gcc/c-typeck.c