re PR java/17007 (Inconsistent builtin attributes set by Java front end)
authorAndrew Haley <aph@redhat.com>
Wed, 29 Sep 2004 14:13:17 +0000 (14:13 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Wed, 29 Sep 2004 14:13:17 +0000 (14:13 +0000)
commiteab3f38f804d6d636a8f8e5ed5918dd8f7cc809d
tree7af8b87d4be1496aa3c1819ffeff459a6be5d46c
parentc4b3f0eb2124049d163f81118d026f68ed5dbc19
re PR java/17007 (Inconsistent builtin attributes set by Java front end)

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.

From-SVN: r88289
gcc/java/ChangeLog
gcc/java/decl.c
gcc/java/parse.y