From 75d1a48521ad4606c4cccefaafbb08e7eeaee67c Mon Sep 17 00:00:00 2001 From: Ranjit Mathew Date: Mon, 5 Sep 2005 14:57:25 +0000 Subject: re PR java/23431 (gcj allows overriding with more restrictive access) 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. From-SVN: r103909 --- gcc/java/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gcc/java/ChangeLog') diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 0ecfd8f..8252aad 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,11 @@ +2005-09-05 Ranjit Mathew + + 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. + 2005-08-16 Tom Tromey * class.c (make_class_data): Always emit JV_STATE_PRELOADING for -- cgit v1.1