diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2016-08-02 14:32:21 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2016-08-02 14:32:21 +0100 |
commit | 8c65cd3054311e3131dcd3fd3f3af9a1872a7ae5 (patch) | |
tree | 69109a64507029805ee5fc7f7c034ccdadb485df | |
parent | 196c9e7a7d86f1f214e4b5f36affd4be21c8719e (diff) | |
download | gcc-8c65cd3054311e3131dcd3fd3f3af9a1872a7ae5.zip gcc-8c65cd3054311e3131dcd3fd3f3af9a1872a7ae5.tar.gz gcc-8c65cd3054311e3131dcd3fd3f3af9a1872a7ae5.tar.bz2 |
Test TR1 special functions without adding them to std
* testsuite/tr1/5_numerical_facilities/special_functions/16_hermite/
check_value.cc: Do not add special functions to namespace std in TR1
test.
From-SVN: r238987
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/16_hermite/check_value.cc | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 8c02529..4e92bff 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,9 @@ 2016-08-02 Jonathan Wakely <jwakely@redhat.com> + * testsuite/tr1/5_numerical_facilities/special_functions/16_hermite/ + check_value.cc: Do not add special functions to namespace std in TR1 + test. + * testsuite/ext/special_functions/conf_hyperg/check_nan.cc: Only run for C++11 and later. * testsuite/ext/special_functions/conf_hyperg/check_value.cc: diff --git a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/16_hermite/check_value.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/16_hermite/check_value.cc index b8605d8..ff4b7b1 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/16_hermite/check_value.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/16_hermite/check_value.cc @@ -1,5 +1,3 @@ -// { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// // Copyright (C) 2016 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free |