jcf-parse.c (init_jcf_parse): Added cast to ggc_add_root's last argument.
authorAlexandre Petit-Bianco <apbianco@cygnus.com>
Thu, 1 Feb 2001 10:35:50 +0000 (10:35 +0000)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Thu, 1 Feb 2001 10:35:50 +0000 (02:35 -0800)
commitc0b00d37294a7ee398e99038d7fd6ec168a1461b
tree2698de4e91c9cba2d4f4eceab98dc97daa526412
parent8557dc328f62f1ce9a1da833e5681b9a21e76361
jcf-parse.c (init_jcf_parse): Added cast to ggc_add_root's last argument.

2001-01-30  Alexandre Petit-Bianco  <apbianco@cygnus.com>

* jcf-parse.c (init_jcf_parse): Added cast to ggc_add_root's last
argument.
* parse.y (finish_method_declaration): Code accounting for WFLed
method DECL_NAMEs deleted.
(check_abstract_method_definitions): Likewise.
(resolve_type_during_patch): Layout resolved type.
* typeck.c (lookup_do): Removed unused local.

(http://gcc.gnu.org/ml/gcc-patches/2001-02/msg00005.html)

From-SVN: r39388
gcc/java/ChangeLog
gcc/java/jcf-parse.c
gcc/java/parse.y
gcc/java/typeck.c