This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/14231] Incorrect interface method called when compiling against .class files
- From: "daney at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Feb 2004 02:19:09 -0000
- Subject: [Bug java/14231] Incorrect interface method called when compiling against .class files
- References: <20040221021434.14231.daney@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From daney at gcc dot gnu dot org 2004-02-21 02:19 -------
Created an attachment (id=5779)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5779&action=view)
Test case
Build the testcase by running make in the bugtest directory. You will need
Sun's javac in your PATH for the build to work.
The "good" program illustrated correct behavior.
The "bad" program as its name implies shows the buggy behavior.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14231