[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



>>>>> "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


-- 
To UNSUBSCRIBE, email to debian-gcc-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: