This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Testsuite failure ?
- To: ronis at onsager dot chem dot mcgill dot ca
- Subject: Re: Testsuite failure ?
- From: Manfred Hollstein <manfredh at redhat dot com>
- Date: Thu, 24 Aug 2000 16:49:46 +0200
- CC: aoliva at redhat dot com, gcc-bugs at gcc dot gnu dot org
- Organization: Cygnus Solutions, a Red Hat company
- References: <200008241440.e7OEeii05661@ronispc.chem.mcgill.ca>
David Ronis wrote:
>
> I just uploaded a new set of testsuite results for gcc-ss-20000821
> obtained after upgrading binutils from 2.10(release) to Binutils
> (2.9.1.0.7) GNU ld version 2.10.90 (with BFD 2.10.90) [today's CVS].
>
> The testsuites show essentially no improvements [well, perhaps I'm
> being a bit harsh, the number of g++ unexpected failures is now 805
> instead of 806]. The URL's for the two cases are:
>
> http://gcc.gnu.org/ml/gcc-testresults/2000-08/msg00205.html
>
> and
>
> http://gcc.gnu.org/ml/gcc-testresults/2000-08/msg00181.html
David, I'm afraid most of the failures are caused by the set of
compilation flags you are using for running "make bootstrap"; I'm
normally using something like
BOOT_CFLAGS="-O9 -march=i686 -funroll-loops -fomit-frame-pointer"
i.e. omit all the -fforce-mem -fforce-addr -ffast-math -malign-*
flags. However, the g++ compiler wasn't in too good shape during the
fast few days. Maybe that caused your problems.
>
> The typical error message is now different though; e.g.,
>
> PASS: g++.dg/special/conpr-1.C (test for excess errors)
> spawn [open ...]
> FAIL: g++.dg/special/conpr-1.C execution test
>
> Is this real or does something else have to be upgraded?
Which dejagnu version are you using? I have a recent checkout from
sources.redhat.com for that as well....
> I've run a
> couple of the testcases from the command line and things seem to run
> without generating error messages or nonzero exit codes.
>
> David
Cheers, manfred.