]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add missing dg-options to C++11 test.
authorJonathan Wakely <jwakely@redhat.com>
Mon, 9 Jan 2017 11:09:09 +0000 (11:09 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 9 Jan 2017 11:09:09 +0000 (11:09 +0000)
* testsuite/30_threads/thread/cons/lwg2097.cc: Compile with
-std=gnu++11.

From-SVN: r244222

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/30_threads/thread/cons/lwg2097.cc

index b5da54506638aef34c24faf44204c31f15fe37a7..7f9550b958df48f3f46ccb9b7a3a0b83c42b1ab3 100644 (file)
@@ -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>
index 3ec4325e957a46c2902e3b299643d5cea07999b3..d5d6288fa8229eee8ef721c08ebc2dd3167cdef5 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-options "-std=gnu++11" }
 // { dg-do compile }
 // { dg-require-cstdint "" }
 // { dg-require-gthreads "" }