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 #8 from tromey at gcc dot gnu dot org  2006-03-15 18:29 -------
Subject: Bug 26390

Author: tromey
Date: Wed Mar 15 18:29:44 2006
New Revision: 112093

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112093
Log:
gcc/java
        PR java/26390:
        * class.c (get_interface_method_index): Don't put <clinit> into
        interface table.
libjava
        PR java/26390:
        * link.cc (get_interfaces): Skip <clinit>.
        (append_partial_itable): Likewise.

Modified:
    trunk/gcc/java/ChangeLog
    trunk/gcc/java/class.c
    trunk/libjava/ChangeLog
    trunk/libjava/link.cc


-- 


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]