expr.c (expand_invoke): Layout the loaded class before attempting to use it.
authorAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Fri, 31 Dec 1999 03:06:55 +0000 (19:06 -0800)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Fri, 31 Dec 1999 03:06:55 +0000 (19:06 -0800)
commit6bafd8b6e9fcf4c7a9606af4fc7965717c43a161
tree52faca7919eba5ef248d7f7847d7d29304793ca8
parent781b0558cfe05d047a2cc0688d94169355818726
expr.c (expand_invoke): Layout the loaded class before attempting to use it.

Thu Dec 16 00:09:45 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>

* expr.c (expand_invoke): Layout the loaded class before
  attempting to use it.
(expand_java_field_op): Allow final field assignments to take
  place in $finit$.
* typeck.c (convert): Return error_mark_node if expr is null.

From-SVN: r31147
gcc/java/ChangeLog
gcc/java/expr.c
gcc/java/typeck.c