diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-07-15 21:29:57 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-07-15 21:29:57 +0000 |
commit | a73132763a2de2a1fc390e4d4837e1a2e2128969 (patch) | |
tree | 807b02754172ebb603c80eaace60c1e49b750d16 /ChangeLog | |
parent | 7e89f914c17bec160fed97e435a9cbf0c2236c18 (diff) | |
download | gcc-a73132763a2de2a1fc390e4d4837e1a2e2128969.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176332 138bc75d-0d04-0410-961f-82ee72b054a4
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. |