re PR testsuite/49741 (make -k check-c++0x not multilib aware)
authorJason Merrill <jason@redhat.com>
Fri, 15 Jul 2011 21:29:57 +0000 (17:29 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 15 Jul 2011 21:29:57 +0000 (17:29 -0400)
commit6feeed065cba3185d087aa70a5a7493a4a7bbc3b
tree807b02754172ebb603c80eaace60c1e49b750d16
parent4476205585284726e033e2759f29652c4798d160
re PR testsuite/49741 (make -k check-c++0x not multilib aware)

PR testsuite/49741
gcc/
* Makefile.in ($(lang_checks_parallelized)): Allow --extra_opts
rather than --tool_opts.
gcc/cp/
* Make-lang.in (check-c++0x): Use --extra_opts instead of--tool_opts.
gcc/testsuite/
* lib/g++.exp (${tool}_option_help, ${tool}_option_proc): Restore.
Use --extra_opts instead of --additional_options.

* Makefile.in (check-c++): Move check-gcc-c++0x after
check-target-libstdc++-v3.

From-SVN: r176332
ChangeLog
Makefile.in
gcc/ChangeLog
gcc/Makefile.in
gcc/cp/ChangeLog
gcc/cp/Make-lang.in
gcc/testsuite/ChangeLog
gcc/testsuite/lib/g++.exp