From: Per Bothner Date: Tue, 16 Mar 1999 16:25:16 +0000 (-0800) Subject: parse.y (java_complete_lhs): Call force_evaluation_order after patch_newarray. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8fe57f78b614a55c9d29def19b7403f60d7c56a9;p=gcc.git parse.y (java_complete_lhs): Call force_evaluation_order after patch_newarray. � * parse.y (java_complete_lhs): Call force_evaluation_order after patch_newarray. (patch_binop): Don't call fold if there are side effects. From-SVN: r25808 --- diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index e06e9573cc0..b08f6352ad4 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,9 @@ +Tue Mar 16 15:15:41 1999 Per Bothner + + * parse.y (java_complete_lhs): Call force_evaluation_order + after patch_newarray. + (patch_binop): Don't call fold if there are side effects. + 1999-03-16 Alexandre Petit-Bianco * parse.y (java_stabilize_reference): Use save_expr instead of