OSDN Git Service

Thu Jan 28 11:50:11 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
authorapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 Feb 1999 11:49:46 +0000 (11:49 +0000)
committerapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 Feb 1999 11:49:46 +0000 (11:49 +0000)
commitc5b26ce44ae13fe08473b9b554ec79fec46e60e2
tree6369f1ced645b4d07caddd1543ec935f191657a4
parent6d158f4d6cd4219186f80954148d17b2f55a09ef
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25244 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/java/ChangeLog
gcc/java/jcf-parse.c
gcc/java/parse.c
gcc/java/parse.y