parse.y (array_initializer): Tagged <node>.
authorAlexandre Petit-Bianco <apbianco@cygnus.com>
Mon, 7 Dec 1998 16:23:02 +0000 (16:23 +0000)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Mon, 7 Dec 1998 16:23:02 +0000 (08:23 -0800)
commitac8258565ca9f2f9345a19080d549a6bc2b42a68
tree7dc985392762cb479d324696369810dc9581500b
parent89e09b9a23a170dfe36be100791e85fcc76d9f0c
parse.y (array_initializer): Tagged <node>.

Mon Dec  7 15:13:52 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* parse.y (array_initializer): Tagged <node>.
(variable_initializer:): Use default rule.
(array_initializer:): Defined actions.
(variable_initializers:): Likewise.
(resolve_qualified_expression_name): Use DECL_CONTEXT to build
  non-static field accesses.
(patch_invoke): Fixed indentation typo.
(java_complete_tree): Likewise.
(build_labeled_block): Changed leading comment. Generate an error
  in case of duplicate loop labels.
(patch_conditional_expr): Patch results of string concatenation
  operations.
Fixes a ?: bug when string concatenation operator are in
operands. Makes duplicate loop label declaration an error. Fixes
random bugs.

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