This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: build machinery TODO (was: Testsuite and Fortran)
- To: dj at redhat dot com (DJ Delorie)
- Subject: Re: build machinery TODO (was: Testsuite and Fortran)
- From: Joe Buck <jbuck at synopsys dot COM>
- Date: Wed, 14 Feb 2001 08:24:53 -0800 (PST)
- Cc: bkoz at redhat dot com, gcc at gcc dot gnu dot org
>
> > note that check-c++ may actually be the g++ + libstdc++-v3 rule.
> ...
> If the concensus was that it should test both, then go ahead and
> change the check-c++ alias rule I put in.
I agree that c++ checking should run both the g++ and the libstdc++ tests.
Without a working library, you don't have a working C++, and libstdc++
fails have often revealed problems in the compiler.