diff options
Diffstat (limited to 'gcc/java/ChangeLog')
-rw-r--r-- | gcc/java/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 0fd4364..cee0acb 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,11 @@ +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. + 2005-03-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * jcf-io.c (caching_stat): Use __extension__ to avoid pedantic @@ -59,7 +67,7 @@ PR java/19907 * expr.c (expand_byte_code): Call promote_arguments(). (promote_arguments): New function. - * decl.c (check_local_unnamed_variable): Remve special case for + * decl.c (check_local_unnamed_variable): Remove special case for new verifier. (find_local_variable): Promote all boolean types to int when searching for local variable decls. |