aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2004-10-01 17:11:25 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2004-10-01 15:11:25 +0000
commit0f0377f6dde05e7bc08025824b24ce8917cbcee7 (patch)
treec9a038f7da5c95456d000d806d0b660f3ff619dd /gcc/java
parent8f28be81e32a7117e0848bb8559e90376570e4d2 (diff)
downloadgcc-0f0377f6dde05e7bc08025824b24ce8917cbcee7.zip
gcc-0f0377f6dde05e7bc08025824b24ce8917cbcee7.tar.gz
gcc-0f0377f6dde05e7bc08025824b24ce8917cbcee7.tar.bz2
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
Diffstat (limited to 'gcc/java')
-rw-r--r--gcc/java/ChangeLog4
-rw-r--r--gcc/java/decl.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 089c1d2..265f593 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,3 +1,7 @@
+2004-10-01 Jan Hubicka <jh@suse.cz>
+
+ * java.c (java_expand_body): Update call of tree_rest_of_compilation.
+
2004-10-01 Kazu Hirata <kazu@cs.umass.edu>
* lex.c: Fix a comment typo.
diff --git a/gcc/java/decl.c b/gcc/java/decl.c
index e10c991..b0a25dc 100644
--- a/gcc/java/decl.c
+++ b/gcc/java/decl.c
@@ -1970,7 +1970,7 @@ finish_method (tree fndecl)
void
java_expand_body (tree fndecl)
{
- tree_rest_of_compilation (fndecl, 0);
+ tree_rest_of_compilation (fndecl);
}
/* We pessimistically marked all methods and fields external until we