re PR java/18362 (internal compiler error: in size_binop, at fold-const.c:1598)
authorAndrew Haley <aph@redhat.com>
Fri, 4 Mar 2005 15:38:13 +0000 (15:38 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Fri, 4 Mar 2005 15:38:13 +0000 (15:38 +0000)
commit7235c3007d0da74919e1399cfab838b03b6f8c3b
tree1673d4dd26e1d5a4f1b5ea444dae3777284ffdb6
parent730967114bbf3cc902659a26cf43e5005c86977a
re PR java/18362 (internal compiler error: in size_binop, at fold-const.c:1598)

2005-03-04  Andrew Haley  <aph@redhat.com>

        PR java/18362
        * class.c (set_method_index): Don't set method_index if it is
        NULL_TREE.
        (layout_class_method): Don't complain about "non-static method foo
        overrides static method" in the case of indirect dispatch.

From-SVN: r95888
gcc/java/ChangeLog
gcc/java/class.c