java/6484: Error of compilation of GCJ-3.0 (debian gcj-3.0.4-5

Tom Tromey tromey@redhat.com
Sat Apr 27 12:46:00 GMT 2002


The following reply was made to PR java/6484; it has been noted by GNATS.

From: Tom Tromey <tromey@redhat.com>
To: pierre.habouzit@m4x.org
Cc: gcc-gnats@gcc.gnu.org, debian-gcc@lists.debian.org
Subject: Re: java/6484: Error of compilation of GCJ-3.0 (debian gcj-3.0.4-5
Date: 27 Apr 2002 13:44:59 -0600

 >>>>> "Pierre" == pierre habouzit <pierre.habouzit@m4x.org> writes:
 
 Pierre> Synopsis:       Error of compilation of GCJ-3.0 (debian gcj-3.0.4-5
 Pierre> Release:        3.0.4 (Debian testing/unstable)
 
 Pierre> 	there is a bug when compiling this function: 
 Pierre> 	,-------------------------------------------------------
 Pierre> 	    void setInt(int newInt, int pos) {
 Pierre> 	        set[pos] = newInt;
 Pierre> 		for(int i=0; i<=pos; i++) ++sums[set[i]+newInt];
 Pierre> 	    }
 Pierre> 	`-------------------------------------------------------
 
 Could you be more specific?  What happens?  What did you expect to
 happen?
 
 When I compile this to bytecode with gcj3.1, the output is identical
 either way.  Are you compiling to object code?  What flags are you
 using?
 
 Can you send a complete short program that shows the exact problem?
 That would be most convenient.
 
 Thanks,
 Tom



More information about the Gcc-prs mailing list