]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add missing dg-options to C++14 test
authorJonathan Wakely <jwakely@redhat.com>
Mon, 9 Jan 2017 11:05:01 +0000 (11:05 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 9 Jan 2017 11:05:01 +0000 (11:05 +0000)
* testsuite/25_algorithms/sort/78991.cc: Compile with -std=gnu++14.

From-SVN: r244221

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/25_algorithms/sort/78991.cc

index 948c31510d30a0eda96e619ecaab75151f525c5a..b5da54506638aef34c24faf44204c31f15fe37a7 100644 (file)
@@ -1,3 +1,7 @@
+2017-01-09  Jonathan Wakely  <jwakely@redhat.com>
+
+       * testsuite/25_algorithms/sort/78991.cc: Compile with -std=gnu++14.
+
 2017-01-06  Jonathan Wakely  <jwakely@redhat.com>
 
        Backport from mainline
index d94753822bc737b84b20b7fe616ef00f0260b15a..260878efad29ce2fad0a1d9667a680b8a7f3c917 100644 (file)
@@ -15,6 +15,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // PR 78991