This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: gcc/testsuite/gcc.c-family/


On Thursday, June 26, 2003, at 06:39 PM, Aldy Hernandez wrote:
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?

Objective-C and Objective-C++ to start with.



For Objective-C++, we already run the C++ testsuite.


It works by proxy as I recall. The .exp file runs the testcases from the other place with -x objc++ on the command line, or some such.


:-) You had to ask.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]