diff options
author | Jason Merrill <jason@redhat.com> | 2011-07-15 17:29:57 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2011-07-15 17:29:57 -0400 |
commit | 6feeed065cba3185d087aa70a5a7493a4a7bbc3b (patch) | |
tree | 807b02754172ebb603c80eaace60c1e49b750d16 /ChangeLog | |
parent | 4476205585284726e033e2759f29652c4798d160 (diff) | |
download | gcc-6feeed065cba3185d087aa70a5a7493a4a7bbc3b.tar.gz |
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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7cf79b05fd0..5794a5d1a10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-07-15 Jason Merrill <jason@redhat.com> + + * Makefile.in (check-c++): Move check-gcc-c++0x after + check-target-libstdc++-v3. + 2011-07-15 Bernd Schmidt <bernds@codesourcery.com> * MAINTAINERS (c6x port): New entry. |