From 6cb984919944d6a622c459140301ab11a850aa64 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Thu, 18 Aug 2016 10:58:28 +0100 Subject: [PATCH] Remove unintended dg-options directive * testsuite/tr1/3_function_objects/function/10.cc: Remove unintended dg-options directive. From-SVN: r239564 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/testsuite/tr1/3_function_objects/function/10.cc | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 387026fb30a..281ee981c9f 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2016-08-18 Jonathan Wakely + + * testsuite/tr1/3_function_objects/function/10.cc: Remove unintended + dg-options directive. + 2016-08-17 Jonathan Wakely * testsuite/20_util/reference_wrapper/invoke-2.cc: Fix invalid dg-do diff --git a/libstdc++-v3/testsuite/tr1/3_function_objects/function/10.cc b/libstdc++-v3/testsuite/tr1/3_function_objects/function/10.cc index b09ca863b97..2c1edafa11a 100644 --- a/libstdc++-v3/testsuite/tr1/3_function_objects/function/10.cc +++ b/libstdc++-v3/testsuite/tr1/3_function_objects/function/10.cc @@ -15,7 +15,6 @@ // with this library; see the file COPYING3. If not see // . -// { dg-options "-std=gnu++11" } // { dg-do compile } #include -- 2.30.2