c-decl.c (c_expand_body): Update call tree_rest_of_compilation.
authorJan Hubicka <jh@suse.cz>
Fri, 1 Oct 2004 15:11:25 +0000 (17:11 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 1 Oct 2004 15:11:25 +0000 (15:11 +0000)
commit0f0377f6dde05e7bc08025824b24ce8917cbcee7
treec9a038f7da5c95456d000d806d0b660f3ff619dd
parent8f28be81e32a7117e0848bb8559e90376570e4d2
c-decl.c (c_expand_body): Update call tree_rest_of_compilation.

* c-decl.c (c_expand_body): Update call tree_rest_of_compilation.
* cgraphunit.c (cgraph_build_static_cdtor): Likewise.
* toplev.h (tree_rest_of_compilation): Update prototype.
* tree-optimize.c (tree_rest_of_compilation):  Kill nested_p argument.

* misc.c (gnat_expand_body): Update call of tree_rest_of_compilation.

* semantics.c (expand_body): Update call of tree_rest_of_compilation.

* f95-lang.c (gfc_expand_function): Update call of
tree_rest_of_compilation.
* trans-decl.c (gfc_generate_constructors): Likewise.

* java.c (java_expand_body): Update call of tree_rest_of_compilation.

* treetree.c (treeland_expand_function): Update call of
tree_rest_of_compilation.

From-SVN: r88396
16 files changed:
gcc/ChangeLog
gcc/ada/ChangeLog
gcc/ada/misc.c
gcc/c-decl.c
gcc/cgraphunit.c
gcc/cp/ChangeLog
gcc/cp/semantics.c
gcc/fortran/ChangeLog
gcc/fortran/f95-lang.c
gcc/fortran/trans-decl.c
gcc/java/ChangeLog
gcc/java/decl.c
gcc/toplev.h
gcc/tree-optimize.c
gcc/treelang/ChangeLog
gcc/treelang/treetree.c