Fix for PRs gcj/312 and gcj/253:
authorBryce McKinlay <bryce@albatross.co.nz>
Mon, 18 Dec 2000 21:15:52 +0000 (21:15 +0000)
committerBryce McKinlay <bryce@gcc.gnu.org>
Mon, 18 Dec 2000 21:15:52 +0000 (21:15 +0000)
commitc1eacb709f2f0ea4ad783e146ac95e21111022fd
tree995e46d2de69324ffdd071c2072fcc0de72d8af7
parent25cfec087a0d4de0736e71f729c0a2befec92132
Fix for PRs gcj/312 and gcj/253:

* parse.y (valid_ref_assignconv_cast_p): Load classes for source and
dest if they arn't already.
* class.c (layout_class): Call maybe_layout_super_class on
superinterfaces also, but only if compiling from bytecode.

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