commit | 6feeed065cba3185d087aa70a5a7493a4a7bbc3b | [log] [tgz] |
---|---|---|
author | Jason Merrill <jason@redhat.com> | Fri Jul 15 17:29:57 2011 -0400 |
committer | Jason Merrill <jason@gcc.gnu.org> | Fri Jul 15 17:29:57 2011 -0400 |
tree | 807b02754172ebb603c80eaace60c1e49b750d16 | |
parent | 4476205585284726e033e2759f29652c4798d160 [diff] |
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