lex.c (java_lang_cloneable): Initialize.
authorAlexandre Petit-Bianco <apbianco@cygnus.com>
Tue, 9 Feb 1999 19:40:16 +0000 (19:40 +0000)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Tue, 9 Feb 1999 19:40:16 +0000 (11:40 -0800)
commit09ed0f70df0fff76c72c37fb79b61dc35b1c23a9
tree96e4f200dc82cf44beffcb101b08e9f0c735c137
parent95d62815b5c001319c1e1f0b8746342e65dec86a
lex.c (java_lang_cloneable): Initialize.

Tue Feb  9 19:31:09 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* lex.c (java_lang_cloneable): Initialize.
* parse.y (java_lang_cloneable): New static variable.
(qualify_ambiguous_name): Take CONVERT_EXPR into account when
  doing one more qualification round.
(valid_ref_assignconv_cast_p): Reject null source or
  destination. Allow an array to be cast into java.lang.Cloneable.
(patch_cast): Swapped two first arguments to first call to
  valid_ref_assignconv_cast_p.

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