]> gcc.gnu.org Git - gcc.git/commit
tree.h (expand_function_end): Remove all parameters.
authorNathan Sidwell <nathan@codesourcery.com>
Fri, 20 Jun 2003 09:08:23 +0000 (09:08 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Fri, 20 Jun 2003 09:08:23 +0000 (09:08 +0000)
commit1f9cc6db1b6ea3576abbdf5467abfd3a6ff8e520
tree525f454b1423c8bdd021bc73e0febafbe12942c5
parentbbdfb3e8216ef29c48e73a530fe75dba987af6bf
tree.h (expand_function_end): Remove all parameters.

* tree.h (expand_function_end): Remove all parameters.
* function.c (expand_function_end): Remove all parameters.
Use input_location. Never expand_end_bindings.
* c-decl.c (c_expand_body_1): Adjust expand_function_end call.
* coverage.c (create_coverage): Likewise.

* ada/utils.c (end_subprog_body): Adjust expand_function_end
call.

* cp/semantics.c (genrtl_finish_function): Adjust
expand_function_end call.

* f/com.c (finish_function): Adjust expand_function_end call.

* java/class.c (push_class): Use a location_t to save place.
(emit_register_classes): Set input_location. Adjust
expand_function_end call.
* java/resource.c (write_resource_constructor): Likewise.
* java/decl.c (end_java_method): Adjust expand_function_end call.
* java/parse.y (source_end_java_method): Likewise.

* treelang/treetree.c (tree_code_create_function_wrapup): Adjust
expand_function_end call.

From-SVN: r68255
18 files changed:
gcc/ChangeLog
gcc/ada/ChangeLog
gcc/ada/utils.c
gcc/c-decl.c
gcc/coverage.c
gcc/cp/ChangeLog
gcc/cp/semantics.c
gcc/f/ChangeLog
gcc/f/com.c
gcc/function.c
gcc/java/ChangeLog
gcc/java/class.c
gcc/java/decl.c
gcc/java/parse.y
gcc/java/resource.c
gcc/tree.h
gcc/treelang/ChangeLog
gcc/treelang/treetree.c
This page took 0.060935 seconds and 5 git commands to generate.