>>>>> "Pierre" == pierre habouzit <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Reply via email to