class.c (set_super_info): Call `set_class_decl_access_flags.'
authorAlexandre Petit-Bianco <apbianco@redhat.com>
Wed, 27 Jun 2001 20:38:20 +0000 (13:38 -0700)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Wed, 27 Jun 2001 20:38:20 +0000 (13:38 -0700)
commit4a70e37e7541cfcdfa7b96df83ed1ef54787133b
treeb08bb204fb5c50109b30f6039c008d246dbb6174
parentaf27aff6ae1dbbe73ecf2b24dac6b0b1587413b5
class.c (set_super_info): Call `set_class_decl_access_flags.'

2001-06-27  Alexandre Petit-Bianco  <apbianco@redhat.com>

* class.c (set_super_info): Call `set_class_decl_access_flags.'
(set_class_decl_access_flags): New function.
* java-tree.h (set_class_decl_access_flags): New prototype.
* jcf-parse.c (handle_innerclass_attribute): Read and set access flags.
(parse_class_file): New local `decl_max_locals.' Take wide types
into account to compute DECL_MAX_LOCALS.
* parse.y (type_import_on_demand_declaration:): Ignore duplicate
imports on demand.

(http://gcc.gnu.org/ml/gcc-patches/2001-06/msg01718.html )

From-SVN: r43618
gcc/java/ChangeLog
gcc/java/class.c
gcc/java/java-tree.h
gcc/java/jcf-parse.c
gcc/java/parse.y