This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Is this a bug?
- From: Tom Tromey <tromey at redhat dot com>
- To: martin dot kahlert at infineon dot com
- Cc: java at gcc dot gnu dot org
- Date: 04 Sep 2002 10:04:31 -0600
- Subject: Re: Is this a bug?
- References: <20020904145921.A9334@keksy.muc.infineon.com>
- Reply-to: tromey at redhat dot com
>>>>> "Martin" == Martin Kahlert <martin.kahlert@infineon.com> writes:
Martin> final static long a = 1000000000;
Martin> final static long b = 1000 * a;
This looks like a front-end bug in gcj -- the bug persists if you use
`gcj -C'. Could you file a PR for this?
Tom