From d22ccee9a77b0656d28c8635c8d015033785e360 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 1 Aug 2016 12:17:59 +0000 Subject: Remove duplicate dg-options directive in string_view test * testsuite/experimental/string_view/operations/rfind/char/2.cc: Remove duplicate dg-options directive. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@238942 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/ChangeLog | 3 +++ .../testsuite/experimental/string_view/operations/rfind/char/2.cc | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 25040fc28c1..5c60fc889c5 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,8 @@ 2016-08-01 Jonathan Wakely + * testsuite/experimental/string_view/operations/rfind/char/2.cc: + Remove duplicate dg-options directive. + * testsuite/20_util/specialized_algorithms/uninitialized_copy/ 808590.cc: Use -std=gnu++98 instead of -std=gnu++03. diff --git a/libstdc++-v3/testsuite/experimental/string_view/operations/rfind/char/2.cc b/libstdc++-v3/testsuite/experimental/string_view/operations/rfind/char/2.cc index 2aa7d760c98..390d33ffaf2 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/operations/rfind/char/2.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/operations/rfind/char/2.cc @@ -12,7 +12,6 @@ // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. -// { dg-options "-std=gnu++14" } // You should have received a copy of the GNU General Public License along // with this library; see the file COPYING3. If not see -- cgit v1.2.3