parse.y (java_stabilize_reference): Return NODE when patching a COMPOUND_EXPR.
authorAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Fri, 12 Mar 1999 18:19:04 +0000 (10:19 -0800)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Fri, 12 Mar 1999 18:19:04 +0000 (10:19 -0800)
commit2aa11e9772e5ffc892a8e5f9a169555fa5af1bef
tree829080f77242a542fa4b3ead2a4d30e264856c16
parent8084bf81c782ec5d2831db7fa576089ccb0c5d49
parse.y (java_stabilize_reference): Return NODE when patching a COMPOUND_EXPR.

1999-03-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* parse.y (java_stabilize_reference): Return NODE when patching a
COMPOUND_EXPR.
(java_complete_lhs): Put parenthesis around truth values.
1999-03-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* class.c (layout_class_method): Don't make rtl for interface
methods.
* parse.h (GET_TYPE_NAME): New macro.
* parse.y (if_then_statement:): Fixed indentation.
(if_then_else_statement:): Likewise.
(for_statement:): Fixed spacing.
(try_statement:): Fixed indentation.
(create_interface): Don't force interfaces to be abstract.
(method_header): Abstract methods are OK in interfaces.
(declare_local_variables): Fixed typo in comment.
(java_complete_expand_method): Fixed indentation.
(resolve_qualified_expression_name): Use GET_TYPE_NAME to report
non accessible fields.
(java_stabilize_reference): New function.
(java_complete_lhs): Fixed indentation. Use
java_stabilize_reference in compound assignement. Insert the
cast. If not processing `+' fix string constants before processing
binop.

From-SVN: r25733
gcc/java/ChangeLog
gcc/java/class.c
gcc/java/parse.c
gcc/java/parse.h
gcc/java/parse.y