This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/26390] Problem dispatching method call when method does not exist in superclass



------- Comment #10 from tromey at gcc dot gnu dot org  2006-03-29 16:32 -------
Subject: Bug 26390

Author: tromey
Date: Wed Mar 29 16:31:53 2006
New Revision: 112499

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112499
Log:
gcc/java
        PR java/26390:
        * parse.y (find_most_specific_methods_list): Added 'class'
        argument.
        (lookup_method_invoke): Updated.
libjava
        PR java/26390:
        * testsuite/libjava.lang/pr26390.out: New file.
        * testsuite/libjava.lang/pr26390.java: New file.
        * sources.am, Makefile.in: Rebuilt.
        * scripts/makemake.tcl: Compile gnu/java/awt/peer/swing.

Added:
    trunk/libjava/testsuite/libjava.lang/pr26390.java
    trunk/libjava/testsuite/libjava.lang/pr26390.out
Modified:
    trunk/gcc/java/ChangeLog
    trunk/gcc/java/parse.y
    trunk/libjava/ChangeLog
    trunk/libjava/Makefile.in
    trunk/libjava/scripts/makemake.tcl
    trunk/libjava/sources.am


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26390


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]