Test TR1 special functions without adding them to std
authorJonathan Wakely <jwakely@redhat.com>
Tue, 2 Aug 2016 13:32:21 +0000 (14:32 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 2 Aug 2016 13:32:21 +0000 (14:32 +0100)
* 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

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/16_hermite/check_value.cc

index 8c025298a0799c4c5bef36a5f140f4b67bf27d23..4e92bfffb51cd7ccb52d797f5d39be058b21422b 100644 (file)
@@ -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:
index b8605d8aea7e6f30981e94f9d188103d6bcb8176..ff4b7b1c301f81d9b250c62dbeb3b4cc2e23d8c1 100644 (file)
@@ -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