This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RFC: gcc/testsuite/gcc.c-family/
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 26 Jun 2003 21:39:05 -0400
- Subject: RFC: gcc/testsuite/gcc.c-family/
It seems every time we add a new front end extension to C/C++, we have
to write up 2 tests to make sure they get tested in both front ends.
I think we should have a set of tests that get run for both front
ends. It's silly to keep this much duplicity around.
Are there any objections to adding say, testsuite/gcc.c-family/ for
tests that get run for both front ends? Any gotchas?
Aldy