]> git.ipfire.org Git - thirdparty/gcc.git/commit
parse.y (array_initializer:): Array init operand is NULL_TREE instead of a TREE_LIST...
authorAlexandre Petit-Bianco <apbianco@cygnus.com>
Thu, 10 Dec 1998 11:24:46 +0000 (11:24 +0000)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Thu, 10 Dec 1998 11:24:46 +0000 (03:24 -0800)
commit1179ebc2fdab598b852c322b150b5e70ed557acc
tree0f8a4eb3799002445ae0c945dd319618cc7467ca
parent481ef9dd67e8794365eb0ade51bb2ecde4d469c9
parse.y (array_initializer:): Array init operand is NULL_TREE instead of a TREE_LIST of NULL_TREEs when...

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.

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