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 b1d35a4f5c4b4f0ae6f

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-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