parse.y (patch_method_invocation): Set CAN_COMPLETE_NORMALLY on call to finit$ (other...
authorPer Bothner <per@bothner.com>
Fri, 22 Feb 2002 13:57:43 +0000 (05:57 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Fri, 22 Feb 2002 13:57:43 +0000 (05:57 -0800)
commit453c182f826bfda58db799c6dd5b2e2701925c7d
tree58fb077a2e2ebd54f1967ab05f5cbb14a5893aae
parent0bf188159d50fe4a16a6fed99e67b00decb44372
parse.y (patch_method_invocation): Set CAN_COMPLETE_NORMALLY on call to finit$ (otherwise generate_bytecode_insns...

* parse.y (patch_method_invocation): Set CAN_COMPLETE_NORMALLY on call
to finit$ (otherwise generate_bytecode_insns drops it). However, we
don't need to set it on the COMPOUND_EXPR - the caller does that.

From-SVN: r49966
gcc/java/ChangeLog
gcc/java/parse.y