Message ID | 20170109110457.GE13348@redhat.com |
---|---|
State | New |
Headers | show |
commit 366c9e60ffa0536ab87de4e70ec807c2eb5fb66b Author: Jonathan Wakely <jwakely@redhat.com> Date: Mon Jan 9 10:54:44 2017 +0000 Add missing dg-options to C++14 test * testsuite/25_algorithms/sort/78991.cc: Compile with -std=gnu++14. diff --git a/libstdc++-v3/testsuite/25_algorithms/sort/78991.cc b/libstdc++-v3/testsuite/25_algorithms/sort/78991.cc index d947538..260878e 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 // <http://www.gnu.org/licenses/>. +// { dg-options "-std=gnu++14" } // { dg-do compile } // PR 78991