From: Jonathan Wakely Date: Thu, 18 Aug 2016 09:58:28 +0000 (+0100) Subject: Remove unintended dg-options directive X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6cb984919944d6a622c459140301ab11a850aa64;p=gcc.git Remove unintended dg-options directive * testsuite/tr1/3_function_objects/function/10.cc: Remove unintended dg-options directive. From-SVN: r239564 --- 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