diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2016-08-18 10:58:28 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2016-08-18 10:58:28 +0100 |
commit | 6cb984919944d6a622c459140301ab11a850aa64 (patch) | |
tree | e2bd91577e208bf0267b0e1ec24850da0bf15c6d | |
parent | 65d21eaf7067d2e41210a74fde9db825274bad2d (diff) | |
download | gcc-6cb984919944d6a622c459140301ab11a850aa64.zip gcc-6cb984919944d6a622c459140301ab11a850aa64.tar.gz gcc-6cb984919944d6a622c459140301ab11a850aa64.tar.bz2 |
Remove unintended dg-options directive
* testsuite/tr1/3_function_objects/function/10.cc: Remove unintended
dg-options directive.
From-SVN: r239564
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/tr1/3_function_objects/function/10.cc | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 387026f..281ee98 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2016-08-18 Jonathan Wakely <jwakely@redhat.com> + + * testsuite/tr1/3_function_objects/function/10.cc: Remove unintended + dg-options directive. + 2016-08-17 Jonathan Wakely <jwakely@redhat.com> * 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 b09ca86..2c1edaf 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 // <http://www.gnu.org/licenses/>. -// { dg-options "-std=gnu++11" } // { dg-do compile } #include <tr1/functional> |