This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/12459] Checks, schmecks, who needs'em.
- 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: 30 Sep 2003 19:54:39 -0000
- Subject: [Bug java/12459] Checks, schmecks, who needs'em.
- References: <20030930095019.12459.suckfish@ihug.co.nz>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12459
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|DUPLICATE |
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-09-30 19:54 -------
Okay I looked at this again and this is not a dup.
The problem is that gcj is accepting x.i (and turns it into the offset of i in x and uses that offset on
this).