make check-c++ runs the C++ testsuite twice?
Jason Merrill
jason@redhat.com
Tue Oct 11 22:44:00 GMT 2011
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
More information about the Gcc
mailing list