parse.y (resolve_field_access): Initialize class if field is found in another static...
authorTom Tromey <tromey@redhat.com>
Tue, 11 Mar 2003 20:37:02 +0000 (20:37 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 11 Mar 2003 20:37:02 +0000 (20:37 +0000)
commit8b8e6c64afcc492a3b124a229e9b7774e032fdb9
treefa514899cdd4ebb3ba4558eb16c3f0be370427be
parent218d1401afae50f7ec94e61f75d0ce397c22e944
parse.y (resolve_field_access): Initialize class if field is found in another static field.

* parse.y (resolve_field_access): Initialize class if field is
found in another static field.
* expr.c (build_class_init): Don't optimize out initialization of
implemented interface.

From-SVN: r64185
gcc/java/ChangeLog
gcc/java/expr.c
gcc/java/parse.y