OSDN Git Service

2004-09-29 Andrew Haley <aph@redhat.com>
authoraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Sep 2004 14:13:17 +0000 (14:13 +0000)
committeraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Sep 2004 14:13:17 +0000 (14:13 +0000)
commite4aa85d64ed67e2a964bd302539e5e5500b69dcc
tree7af8b87d4be1496aa3c1819ffeff459a6be5d46c
parent83e38fddcf292ad97b5e38bb28a7ed3bb5375510
2004-09-29  Andrew Haley  <aph@redhat.com>

        PR java/17007
        * parse.y (patch_binop): Don't mess with the TREE_SIDE_EFFECTS of the
        result of TRUNC_MOD_EXPR.
        (patch_unaryop): Likewise for CONVERT_EXPR, which may throw.
        * decl.c (java_init_decl_processing): Mark
        soft_lookupinterfacemethod_node and soft_instanceof_node pure.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88289 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/java/ChangeLog
gcc/java/decl.c
gcc/java/parse.y