Results for 3.4 20030302 (experimental) testsuite on s390-ibm-linux-gnu

2003-03-04 Thread Matthias Klose
LAST_UPDATED: Sun Mar 2 13:21:45 UTC 2003 Native configuration is s390-ibm-linux-gnu === g++ tests === Running target unix FAIL: g++.dg/compat/break/bitfield7 y_tst.o compile UNRESOLVED: g++.dg/compat/break/bitfield7 x_tst.o-y_tst.o link UNRESOLVED: g++.dg/compat/break/bitfiel

Re: GCC 3.3 release criteria

2003-03-04 Thread Kaveh R. Ghazi
> From: Matthias Klose <[EMAIL PROTECTED]> > > Kaveh R. Ghazi writes: > > Thanks Matthias, but seeing your patch two things occur to me: > > > > One is we don't have a "tester" for x86 Debian (of any version), would > > you like to volunteer to be it? > > yes, then I will "test" it on D

Re: help with gcc-3.2 related bug

2003-03-04 Thread Martin v. Löwis
Daniel Jacobowitz <[EMAIL PROTECTED]> writes: > Well, presumably he is linking using gcc to avoid libstdc++; is there > anything besides the missing library which g++ would change? Yes, there are minor differences: g++ adds -lm -lgcc_s, gcc adds -lgcc (or -lgcc_eh). Those shouldn't make a differe