This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Why C++ tests in C testsuite?
- From: Neil Booth <neil at daikokuya dot co dot uk>
- To: Andreas Jaeger <aj at suse dot de>
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 6 Oct 2002 16:29:33 +0100
- Subject: Re: Why C++ tests in C testsuite?
- References: <u8smzjr3ls.fsf@gromit.moeb>
Andreas Jaeger wrote:-
> Since C++ is broken, I did a C only bootstrap and noticed these three
> failures:
>
> Running /cvs/gcc/gcc/testsuite/gcc.dg/cpp/cpp.exp ...
> FAIL: gcc.dg/cpp/c++98-pedantic.C (test for warnings, line 9)
> FAIL: gcc.dg/cpp/c++98-pedantic.C (test for excess errors)
> FAIL: gcc.dg/cpp/c++98.C (test for excess errors)
>
> All three tests are C++ tests. Why are they in the C testsuite? I
> propose to move them to the C++ testsuite. What do others think?
They're in the CPP testsuite. Would you create a subdirectory in cpp/
for C++ tests and move them there?
Thanks,
Neil.