From d91e5e315357c4457c9ca68a5d5b84b5be065d67 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 9 Jan 2017 11:05:01 +0000 Subject: [PATCH] Add missing dg-options to C++14 test * testsuite/25_algorithms/sort/78991.cc: Compile with -std=gnu++14. From-SVN: r244221 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/testsuite/25_algorithms/sort/78991.cc | 1 + 2 files changed, 5 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 948c31510d30..b5da54506638 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2017-01-09 Jonathan Wakely + + * testsuite/25_algorithms/sort/78991.cc: Compile with -std=gnu++14. + 2017-01-06 Jonathan Wakely Backport from mainline diff --git a/libstdc++-v3/testsuite/25_algorithms/sort/78991.cc b/libstdc++-v3/testsuite/25_algorithms/sort/78991.cc index d94753822bc7..260878efad29 100644 --- a/libstdc++-v3/testsuite/25_algorithms/sort/78991.cc +++ b/libstdc++-v3/testsuite/25_algorithms/sort/78991.cc @@ -15,6 +15,7 @@ // with this library; see the file COPYING3. If not see // . +// { dg-options "-std=gnu++14" } // { dg-do compile } // PR 78991 -- 2.47.2