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 Friday, June 27, 2003, at 06:10 AM, Aldy Hernandez wrote:
So, what would the problem be?  Can we not just run C and C++, or can
straight ANSI C also get parsed by OBJ C?  (I know nothing about
OBJC).

Not a problem, just something to think about. A good general solution that can encompass multiple needs without the need to redesign the solution (or move test cases) would be nice.


Also, we probably need a way to be able to classify and reclassify easily. For example, by default, it might be nice to pick up all new test cases for all C languages into the C family, but, when the C++ folks (or the Objective-C folks) discover that it cannot be used for their language, it would be nice if they could turn the one testcase off for that language.


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