summaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2017-01-09 11:09:09 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2017-01-09 11:09:09 +0000
commitcb65dd4453faacfee1ea18a65e6e14e2e24d996f (patch)
tree959f019585c1ce17fc5e255c7b298977af47acfc /libstdc++-v3/ChangeLog
parentd91e5e315357c4457c9ca68a5d5b84b5be065d67 (diff)
downloadgcc-cb65dd4453faacfee1ea18a65e6e14e2e24d996f.tar.gz
Add missing dg-options to C++11 test.
* testsuite/30_threads/thread/cons/lwg2097.cc: Compile with -std=gnu++11. From-SVN: r244222
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index b5da5450663..7f9550b958d 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,8 @@
2017-01-09 Jonathan Wakely <jwakely@redhat.com>
+ * testsuite/30_threads/thread/cons/lwg2097.cc: Compile with
+ -std=gnu++11.
+
* testsuite/25_algorithms/sort/78991.cc: Compile with -std=gnu++14.
2017-01-06 Jonathan Wakely <jwakely@redhat.com>