PR java/23431
authorrmathew <rmathew@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Sep 2005 14:57:25 +0000 (14:57 +0000)
committerrmathew <rmathew@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Sep 2005 14:57:25 +0000 (14:57 +0000)
commit4b91b82dfd92da5564ef88e1e7f72508e5c73e07
treed4c2c71bd7d392f0a29c5042cda181f2835df94d
parentef6313e6f708e996001776f9177d0a8915769f8b
PR java/23431
* typeck.c (lookup_do): Look up interfaces for the original class,
not the base class.
* parse.y (java_check_regular_methods): Fix diagnostic message for
more restrictive overriding of a method from an interface.

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