Bug#210716: [kaffe] Re: Bug Status of Kaffe

2004-01-05 Thread Tom Tromey
> "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

Bug#197090: gcj-3.3: babel fails with 3.3, works with 3.2...

2003-06-13 Thread Tom Tromey
> "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

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

2002-04-27 Thread Tom Tromey
> "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> ,

Bug#125649: fixed in 3.1

2002-01-15 Thread Tom Tromey
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

Bug#121636: libgcj2: ObjectInputStream.readObject() calls constructors

2001-12-08 Thread Tom Tromey
>> 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

Bug#99038: internal error using static synchronized

2001-05-31 Thread Tom Tromey
> "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