[multiple changes]
authorAlexandre Petit-Bianco <apbianco@cygnus.com>
Tue, 16 Feb 1999 11:49:46 +0000 (11:49 +0000)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Tue, 16 Feb 1999 11:49:46 +0000 (03:49 -0800)
commit0b4d333e01ce1e80d90dd6ccfd99c92acec2a62e
tree6369f1ced645b4d07caddd1543ec935f191657a4
parent4393e10527c91ec9238ce2fdef4f731b8f56bed8
[multiple changes]

Thu Jan 28 11:50:11 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* jcf-parse.c (jcf_parse): Don't parse the same class file twice.
* parse.y (patch_cast): Allow a boolean to be cast into a
  boolean.
Wed Jan 27 10:19:29 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* parse.y: (class_declaration:): Fixed indentation.
(class_member_declaration:): Extra `;' after field declaration now
  accepted.
(interface_declaration:): Removed debug messages in error reports.
(patch_binop): Nodes created and returned inherit the orignal
  node's COMPOUND_ASSIGN_P flag value.
(patch_cast): Fix cast from char to floating point.

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