This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/9369] wrong bytecode generated for static inner class with private constructor
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 May 2005 02:03:12 -0000
- Subject: [Bug java/9369] wrong bytecode generated for static inner class with private constructor
- References: <20030119181601.9369.jsturm@one-point.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-12 02:03 -------
Hmm, even though GCJ -C produces the same bytecode for Outer as far as I can see, we now produce
something which actually works with both gij and java (with -Xfuture).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9369