[multiple changes]
authorAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Tue, 27 Jun 2000 04:30:18 +0000 (21:30 -0700)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Tue, 27 Jun 2000 04:30:18 +0000 (21:30 -0700)
commitcf1748bfce3d254bfd8bad027ab55e25793ce2fc
treec2d03eb4b63c497be0beb8cbe569f96cb6890ed4
parent047142d32ee7988c4715e6784fd0fe228db7caa8
[multiple changes]

2000-06-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>

* class.c (set_super_info): Handle ACC_PRIVATE for (inner)
classes.
* java-tree.h (TYPE_PRIVATE_INNER_CLASS): New macro.
(struct lang_type): New field `pic.'
(CLASS_PRIVATE): New macro.
* parse.y (check_inner_class_access): New function.
(jdep_resolve_class): Call it.

2000-06-09  Bryce McKinlay  <bryce@albatross.co.nz>

        * parse.y (register_fields): Permit static fields in inner classes
        if they are final. Fix for PR gcj/255.

(These patches are fixes to the PR #224 and #255:
 http://sourceware.cygnus.com/ml/java-prs/2000-q2/msg00158.html
 http://sourceware.cygnus.com/ml/java-prs/2000-q2/msg00287.html)

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