From: Jonathan Wakely Date: Mon, 9 Jan 2017 11:05:01 +0000 (+0000) Subject: Add missing dg-options to C++14 test X-Git-Tag: releases/gcc-5.5.0~604 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d91e5e315357c4457c9ca68a5d5b84b5be065d67;p=thirdparty%2Fgcc.git Add missing dg-options to C++14 test * testsuite/25_algorithms/sort/78991.cc: Compile with -std=gnu++14. From-SVN: r244221 --- 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