This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/13091] New: invalide bytecode with package-private class
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Nov 2003 22:14:44 -0000
- Subject: [Bug java/13091] New: invalide bytecode with package-private class
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
See http://gcc.gnu.org/ml/java/2003-11/msg00157.html
gcj generates invalid bytecode for this test.
gcj's output references B.m(), not C.m().
I believe for binary compatibility we ought to reference
C.m() anyway, since adding a hiding C.m() method still
preserves binary compatibility.
--
Summary: invalide bytecode with package-private class
Product: gcc
Version: 3.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tromey at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13091