Thu Dec 10 11:02:49 1998 Alexandre Petit-Bianco <apbianco@cygnus.com>
authorapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Dec 1998 11:24:46 +0000 (11:24 +0000)
committerapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Dec 1998 11:24:46 +0000 (11:24 +0000)
commita77b550eecdadc6c963ed7fdaf30af22199ecaab
tree0f8a4eb3799002445ae0c945dd319618cc7467ca
parentd1e2459ed4b6959638af701630b08af558b8852d
Thu Dec 10 11:02:49 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* parse.y (array_initializer:): Array init operand is NULL_TREE
  instead of a TREE_LIST of NULL_TREEs when parsing `{}'. `{,}' is
  now an error. Fixed indentation problems.
(patch_string): Handle error_mark_node as an argument.
(patch_new_array_init): Fixed indentation problems.
(array_constructor_check_entry): Removed check on null wfl_value.
   Return an error if wfl_value's walk returns an error.
Fixes and cleanups for array initializers.

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