This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: java/5361: gcj bug


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]