diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-07-13 20:30:54 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-07-13 20:30:54 +0000 |
commit | 36bc8a209f87f38eab75312bb48720e166136379 (patch) | |
tree | 9bc6a8a6d63eb7140bb959626a5979beccd64a30 /ChangeLog | |
parent | 4d3aeb29071fb6873c7067042baf2523a49e8bf7 (diff) | |
download | gcc-36bc8a209f87f38eab75312bb48720e166136379.tar.gz |
Also test -std=c++0x mode with 'make check-c++' at top level
* Makefile.in (check-gcc-c++0x): New.
(check-c++): Depend on it.
gcc/
* Makefile.in ($(lang_checks_parallelized)): Allow --tool_opts.
gcc/cp/
* Make-lang.in (check-c++0x): New.
gcc/testsuite/
* lib/g++.exp (${tool}_option_help, ${tool}_option_proc): Remove.
* lib/lto.exp (lto_prune_warns): Prune warning about -std=c++0x
when compiling C files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176250 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 ec1b42bd20b..ee64c35de89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-07-13 Jason Merrill <jason@redhat.com> + + * Makefile.in (check-gcc-c++0x): New. + (check-c++): Depend on it. + 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> PR target/39150 |