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: make check-c++ runs the C++ testsuite twice?


On 10/11/2011 10:03 AM, Paolo Carlini wrote:
On 10/11/2011 03:57 PM, Jason Merrill wrote:
On 10/11/2011 06:51 AM, Paolo Carlini wrote:
sorry if I just need more sleep, but I'm pretty sure to have seen 'make
check-c++' running the C++ testsuite *twice*.

Yes. Once with -std=c++0x, once without.
Doh! But that doesn't happen as part of 'make check', right? It is
intended?

Yes, this is what I intended. A normal 'make check' will only run the C++ testsuite once, but 'make check-c++' will also run the testsuite in C++0x mode.


Jason


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