This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: java/5361: gcj bug
- From: Tom Tromey <tromey at redhat dot com>
- To: nobody at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 11 Jan 2002 18:56:01 -0000
- Subject: Re: java/5361: gcj bug
- Reply-to: Tom Tromey <tromey at redhat dot com>
The following reply was made to PR java/5361; it has been noted by GNATS.
From: Tom Tromey <tromey@redhat.com>
To: Andreas Lenz <andreas.lenz@handy-games.com>
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: java/5361: gcj bug
Date: 11 Jan 2002 12:05:15 -0700
>>>>> "Andreas" == Andreas Lenz <andreas.lenz@handy-games.com> writes:
>> Release: 3.0.3
I believe this is already fixed on the cvs trunk. I think the fix is
this patch:
2001-11-18 Tom Tromey <tromey@redhat.com>
Fix for PR java/1401:
* jcf-write.c (generate_bytecode_insns) [binop]: Handle case where
arg0 is null.
(generate_bytecode_insns) [MODIFY_EXPR]: Handle `OP=' case
correctly.
Andreas> java code:
Andreas> public void function(byte[] dst,...)
Andreas> {
Andreas> [ ... ]
Could you send a small but working sample program that shows the bug?
That would let me verify that it is indeed fixed.
Tom