expr.c (generate_name): Name prefix changed to avoid clashes with assembler temp...
authorAndrew Haley <aph@cygnus.com>
Wed, 13 Jan 1999 06:13:37 +0000 (06:13 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Wed, 13 Jan 1999 06:13:37 +0000 (06:13 +0000)
commit9684789222a5e8e34eac4565cd42f4e848a942fc
tree2c27d075b4014382a25b9f3db1ff1efc6de4ed40
parentba179f9f6f3c593721837c6c24cc39296a6eb92d
expr.c (generate_name): Name prefix changed to avoid clashes with assembler temp labels.

1999-01-13  Andrew Haley  <aph@cygnus.com>
* expr.c (generate_name): Name prefix changed to avoid clashes
with assembler temp labels.
* parse.y (patch_synchronized_statement): Set TREE_SIDE_EFFECTS on
MODIFY_EXPR.  Without this, code for the assignement may not be
generated at all and the synchronized statement will read an
uninitialized variable.

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