> "Ben" == Ben Burton <[EMAIL PROTECTED]> writes:
Ben> It seems then that this bug belongs to the gcj-3.3 package, which was
Ben> generating the incorrect bytecode. I'm reassigning this accordingly.
Any chance you could try gcj cvs? If this bug remains I'd like to
get a bugzilla entry for i
> "Matthias" == Matthias Klose <[EMAIL PROTECTED]> writes:
Matthias> This report is very vague. Should it be submitted to bugzilla anyway?
Could you get more info first?
Ideally the reporter could find out exactly what goes wrong.
Tom
> "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> ,
Matthias Klose pointed this bug out to me.
I looked at it a little. The gij in gcc 3.1 (current cvs trunk) does
something that resembles what the JDK `java' does. (Output appended.)
Tom
creche. gij xcvae
Exception in thread "main" java.lang.NoClassDefFoundError: xcvae
at 0x402513b1: java.lan
>> The implementation of ObjectInputStream.readObject() in this version
>> of libgcj calls the constructor of the serialize object it is reading.
>> Sun's implementation does not do this, nor (I think) did earlier
>> versions of libgcj. Below is a sample program which prints "foo" once
>> with jav
> "Matthias" == Matthias Klose <[EMAIL PROTECTED]> writes:
Matthias> class Bug {
Matthias> static synchronized Object get(int i) { return null; }
Matthias> static synchronized Object get() { return get(1); }
Matthias> }
This fails for me (on x86) with -O1, but not with -O0.
Tom
6 matches
Mail list logo