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 libgcj/17021] libgcj verifier resolves classes too eagerly



------- Comment #7 from thebohemian at gmx dot net  2005-10-18 16:38 -------
Created an attachment (id=10019)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10019&action=view)
new version of compatible

I added a check which looks whether the LHS of an expression is
java.lang.Object. If this is the case we do not have to look what the RHS
actually is.

(This change will be part of the final patch.)


-- 


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


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