OSDN Git Service

2001-06-27 Alexandre Petit-Bianco <apbianco@redhat.com>
authorapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Jun 2001 20:38:20 +0000 (20:38 +0000)
committerapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Jun 2001 20:38:20 +0000 (20:38 +0000)
commit728b4c294b4a884776f7a5c7ab3bc2b66c96cb6e
treeb08bb204fb5c50109b30f6039c008d246dbb6174
parentdd582734bb817216058741790bd85a7b19cceb06
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 )

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43618 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/java/ChangeLog
gcc/java/class.c
gcc/java/java-tree.h
gcc/java/jcf-parse.c
gcc/java/parse.y