This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH, testsuite] Fix PASS->UNSUPPORTED on g++.dg/tls/static-1.C
H. J. Lu writes:
> They are 2 different kinds of tests. Tests in libssp make sure that
> libssp itself is OK. The ssp tests in gcc/testsuites make sure that
> compiler handles ssp properly. That is similar to C++ tests in
> gcc/testsuites and tests in libstdc++.
I don't think libstdc++ is a good example. Look at gcc.dg/gomp. The
tests there are all dg-do compile. I think the distinction is that
you can only have compilation tests under gcc. Run and link tests
should go under the library that the feature depends on.
Adam