On 9/27/07, Ben Elliston <[EMAIL PROTECTED]> wrote:
> libcpp has a testsuite of sorts, GCC's testsuite. ;-)
Plus part of GCC's testsuite, there is a preprocessor testcases which
are located at gcc.dg/cpp .
libssp is tested by two testcases in the gcc testsuite, gcc.dg/ssp-1.c
and gcc.dg/ssp-2.c (
On Fri, 2007-09-28 at 12:54 +0800, Zhang Xiaoping wrote:
>There are testsuites for libgomp and libmudflap, but there
> isn't any testsuite for libcpp, libdecnumber, libiberty, and libssp.
There is a testsuite for libiberty, but it is small. It mainly tests
the C++ demangler.
There is a
Hi,
There are testsuites for libgomp and libmudflap, but there
isn't any testsuite for libcpp, libdecnumber, libiberty, and libssp.
I downloads gcc-core-4-2-1 and testsuite. Only test results of
gcc/libgomp/libmudflap had been generated.
Thanks :)