]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/gcc.c
calls.c (special_function_p, [...]): Constify.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sat, 28 Jul 2007 14:51:40 +0000 (14:51 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sat, 28 Jul 2007 14:51:40 +0000 (14:51 +0000)
commit6ea2b70d9ccabc6f1d86e79f3f4d3a553a155080
tree751c4ed52a0b21297b2b1b2581722756a0e9540e
parentd4d8c232ede446f4b50d8c9c15a84941aabc6b18
calls.c (special_function_p, [...]): Constify.

* calls.c (special_function_p, setjmp_call_p, alloca_call_p,
flags_from_decl_or_type): Constify.
* gcc.c (do_spec_1): Likewise.
* print-tree.c (dump_addr, print_node_brief): Likewise.
* tree-cfg.c (stmt_starts_bb_p, is_ctrl_stmt, computed_goto_p,
simple_goto_p, tree_can_make_abnormal_goto, stmt_starts_bb_p,
tree_purge_all_dead_eh_edges): Likewise.
* tree-flow.h (is_ctrl_stmt, computed_goto_p, simple_goto_p,
tree_can_make_abnormal_goto, tree_purge_all_dead_eh_edges):
Likewise.
* tree.c (expr_location, expr_has_location, expr_locus,
expr_filename, expr_lineno, get_inner_array_type,
fields_compatible_p): Likewise.
* tree.h (get_inner_array_type, fields_compatible_p,
expr_location, expr_has_location, expr_locus, expr_filename,
expr_lineno, dump_addr, print_node_brief, flags_from_decl_or_type,
setjmp_call_p, alloca_call_p): Likewise.

From-SVN: r127017
gcc/ChangeLog
gcc/calls.c
gcc/gcc.c
gcc/print-tree.c
gcc/tree-cfg.c
gcc/tree-flow.h
gcc/tree.c
gcc/tree.h