gcc 3 doesn't build on PPC either

2001-05-31 Thread Daniel Jacobowitz
[snip LONG compile line] .libs/boehm.o .libs/posix-threads.o -Wl,--whole-archive ../libffi/.libs/libfficonvenience.a ./libltdl/.libs/libltdlc.a -Wl,--no-whole-archive -L/build/buildd/gcc-3.0-3.0.ds6/build/powerpc-linux/nof/libjava ../libffi/.libs/libfficonvenience.a -lpthread ./libltdl/.libs/

010522 does not build on ppc - pascal

2001-05-31 Thread Daniel Jacobowitz
In file included from /build/buildd/gcc-2.95-2.95.4.ds2/src-native/gcc/p/rts/rts.c:37: /build/buildd/gcc-2.95-2.95.4.ds2/src-native/gcc/p/rts/rts.h:92: warning: parameter names (without types) in function declaration /build/buildd/gcc-2.95-2.95.4.ds2/src-native/gcc/p/rts/rts.h:94: parse error be

Re: gcc-3_0-branch, libc6 2.2.3-5(Debian) fails to build libjava

2001-05-31 Thread Gordon Sadler
Quick short followup. It's gcc CVS HEAD not 3_0-branch. Sorry for mixup. -- Gordon Sadler

gcc-3_0-branch, libc6 2.2.3-5(Debian) fails to build libjava

2001-05-31 Thread Gordon Sadler
Sorry for the cross posting, but I feel this crosses a few boundaries. I track Debian unstable here. This means I have a libc6 that is fairly close to CVS HEAD. I also have a local CVS repo of libc, gcc-3.0, and gcc. Last night libjava failed with: /usr/local/src/build/gcc/gcc/g++ -B/usr/local/src

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