re PR java/14231 (Incorrect interface method called when compiling against .class...
authorAndrew Haley <aph@redhat.com>
Thu, 26 Feb 2004 15:34:05 +0000 (15:34 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Thu, 26 Feb 2004 15:34:05 +0000 (15:34 +0000)
commitbddefd4f80c73d80c3370a71ebb351b1acc164c1
tree0c8713946b3a16d29998db9a16e78a4d0fd9009c
parent50106e8f8d39cd8bead63c0c17608964fef2b27a
re PR java/14231 (Incorrect interface method called when compiling against .class files)

2004-02-26  Andrew Haley  <aph@redhat.com>

        PR java/14231:
        * parse.y (check_interface_throws_clauses): Check for
        !METHOD_INVISIBLE (iface_method).
        * class.c (layout_class_methods): Check for CLASS_INTERFACE as
        well as CLASS_ABSTRACT.

From-SVN: r78505
gcc/java/ChangeLog
gcc/java/class.c
gcc/java/parse.y