Re: PATCH to support running the G++ testsuite in C++0x mode

2011-07-16 Thread Matthias Klose
On 07/15/2011 09:29 PM, Jason Merrill wrote: On 07/13/2011 04:28 PM, Jason Merrill wrote: I'm using --tool_opts to pass the extra -std=c++0x argument to the compiler. Previously in my own testing I've used --target_board=unix/-std=c++0x, but that is problematic because options from

Re: PATCH to support running the G++ testsuite in C++0x mode

2011-07-16 Thread Jason Merrill
On 07/16/2011 04:39 AM, Matthias Klose wrote: The change to the toplevel Makefile.in was made in the generated file. Oops, I was forgetting about the new Makefile system. This patch fixes that, and also adds a check-target-libmudflap-c++ target to check-c++. Jason commit

Re: PATCH to support running the G++ testsuite in C++0x mode

2011-07-15 Thread Jason Merrill
On 07/13/2011 04:28 PM, Jason Merrill wrote: I'm using --tool_opts to pass the extra -std=c++0x argument to the compiler. Previously in my own testing I've used --target_board=unix/-std=c++0x, but that is problematic because options from --target_board come after options from dg-options, leading

PATCH to support running the G++ testsuite in C++0x mode

2011-07-13 Thread Jason Merrill
This patch adds support for running the full G++ testsuite in C++0x mode, apart from any tests that explicitly specify -std=c++98. To do this, either 'make check-c++0x' in the gcc build subdirectory. 'make check-c++' at the top level build directory will now run the tests in both C++98 and