This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Validating a C++ back-end
- From: Mike Stump <mrs at apple dot com>
- To: Vasanth <geekvasanth at gmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 10 May 2005 18:53:48 -0700
- Subject: Re: Validating a C++ back-end
- References: <89acfbb6050509222069e32026@mail.gmail.com>
On May 9, 2005, at 10:20 PM, Vasanth wrote:
How do I run the C++ testsuite on my compiler?
make check, it isn't meant to be that hard or complex. If you get 10
or fewer unexpected failures in the C++ testsuite and the libstdc++
testsuite, then, you are in the game, if more, you'll want to
investigate.