re GNATS gcj/162 (gcj does not initialize interfaces according to spec)
authorTom Tromey <tromey@cygnus.com>
Fri, 26 May 2000 01:16:20 +0000 (01:16 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Fri, 26 May 2000 01:16:20 +0000 (01:16 +0000)
commit40aaba2b814b0495d3ef50ccb0b607484c0866e7
tree58c0fa37f55303268acf19d77c9006bd457194b8
parentb8c5b1c6d5f519df5f84af86f392495fb90d6b48
re GNATS gcj/162 (gcj does not initialize interfaces according to spec)

* parse.y (resolve_field_access): Don't check DECL_LANG_SPECIFIC
when trying to see if field's class should be initialized.  Always
initialize field's declaring class, not qualified class.
For PR gcj/162.

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