libstdc++ testsuite, silence a FreeBSD libm warning
authorAndreas Tobler <andreast@gcc.gnu.org>
Mon, 30 Sep 2019 20:23:02 +0000 (22:23 +0200)
committerAndreas Tobler <andreast@gcc.gnu.org>
Mon, 30 Sep 2019 20:23:02 +0000 (22:23 +0200)
    2019-09-30  Andreas Tobler  <andreast@gcc.gnu.org>

* testsuite/ext/special_functions/airy_ai/check_nan.cc: Ignore the
FreeBSD warning about lower advertised precision of tgammal.
* testsuite/ext/special_functions/airy_bi/check_nan.cc: Likewise.
* testsuite/special_functions/07_cyl_bessel_i/check_nan.cc: Likewise.
* testsuite/special_functions/08_cyl_bessel_j/check_nan.cc: Likewise.
* testsuite/special_functions/09_cyl_bessel_k/check_nan.cc: Likewise.
* testsuite/special_functions/10_cyl_neumann/check_nan.cc: Likewise.
* testsuite/special_functions/19_sph_bessel/check_nan.cc: Likewise.
* testsuite/special_functions/21_sph_neumann/check_nan.cc: Likewise.
* testsuite/tr1/5_numerical_facilities/special_functions/
08_cyl_bessel_i/check_nan.cc: Likewise.
* testsuite/tr1/5_numerical_facilities/special_functions/
09_cyl_bessel_j/check_nan.cc: Likewise.
* testuite/tr1/5_numerical_facilities/special_functions/
10_cyl_bessel_k/check_nan.cc: Likewise.
* testsuite/tr1/5_numerical_facilities/special_functions/
11_cyl_neumann/check_nan.cc: Likewise.
* testsuite/tr1/5_numerical_facilities/special_functions/
21_sph_bessel/check_nan.cc: Likewise.
* testsuite/tr1/5_numerical_facilities/special_functions/
23_sph_neumann/check_nan.cc: Likewise.

From-SVN: r276372

14 files changed:
libstdc++-v3/testsuite/ext/special_functions/airy_ai/check_nan.cc
libstdc++-v3/testsuite/ext/special_functions/airy_bi/check_nan.cc
libstdc++-v3/testsuite/special_functions/07_cyl_bessel_i/check_nan.cc
libstdc++-v3/testsuite/special_functions/08_cyl_bessel_j/check_nan.cc
libstdc++-v3/testsuite/special_functions/09_cyl_bessel_k/check_nan.cc
libstdc++-v3/testsuite/special_functions/10_cyl_neumann/check_nan.cc
libstdc++-v3/testsuite/special_functions/19_sph_bessel/check_nan.cc
libstdc++-v3/testsuite/special_functions/21_sph_neumann/check_nan.cc
libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/check_nan.cc
libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/09_cyl_bessel_j/check_nan.cc
libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/check_nan.cc
libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/11_cyl_neumann/check_nan.cc
libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/21_sph_bessel/check_nan.cc
libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/23_sph_neumann/check_nan.cc

index f678052..829ad5a 100644 (file)
@@ -3,6 +3,7 @@
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 // { dg-add-options ieee }
 // { dg-skip-if "no extensions in strict dialects" { *-*-* } { "-std=c++*" } }
+// { dg-prune-output ".*warning: tgammal has lower than advertised precision" }
 
 // Copyright (C) 2016-2019 Free Software Foundation, Inc.
 //
index aa0405f..ef6e7c8 100644 (file)
@@ -3,6 +3,7 @@
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 // { dg-add-options ieee }
 // { dg-skip-if "no extensions in strict dialects" { *-*-* } { "-std=c++*" } }
+// { dg-prune-output ".*warning: tgammal has lower than advertised precision" }
 
 // Copyright (C) 2016-2019 Free Software Foundation, Inc.
 //
index ecde246..c1a6fab 100644 (file)
@@ -2,6 +2,7 @@
 // { dg-require-c-std "" }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 // { dg-add-options ieee }
+// { dg-prune-output ".*warning: tgammal has lower than advertised precision" }
 
 // Copyright (C) 2016-2019 Free Software Foundation, Inc.
 //
index 967d9de..a9e0211 100644 (file)
@@ -2,6 +2,7 @@
 // { dg-require-c-std "" }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 // { dg-add-options ieee }
+// { dg-prune-output ".*warning: tgammal has lower than advertised precision" }
 
 // Copyright (C) 2016-2019 Free Software Foundation, Inc.
 //
index 27d2bfd..03ae35a 100644 (file)
@@ -2,6 +2,7 @@
 // { dg-require-c-std "" }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 // { dg-add-options ieee }
+// { dg-prune-output ".*warning: tgammal has lower than advertised precision" }
 
 // Copyright (C) 2016-2019 Free Software Foundation, Inc.
 //
index 9596e28..9ae3891 100644 (file)
@@ -2,6 +2,7 @@
 // { dg-require-c-std "" }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 // { dg-add-options ieee }
+// { dg-prune-output ".*warning: tgammal has lower than advertised precision" }
 
 // Copyright (C) 2016-2019 Free Software Foundation, Inc.
 //
index 2d34b36..35b18bf 100644 (file)
@@ -2,6 +2,7 @@
 // { dg-require-c-std "" }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 // { dg-add-options ieee }
+// { dg-prune-output ".*warning: tgammal has lower than advertised precision" }
 
 // Copyright (C) 2016-2019 Free Software Foundation, Inc.
 //
index 691122d..8ab3113 100644 (file)
@@ -2,6 +2,7 @@
 // { dg-require-c-std "" }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 // { dg-add-options ieee }
+// { dg-prune-output ".*warning: tgammal has lower than advertised precision" }
 
 // Copyright (C) 2016-2019 Free Software Foundation, Inc.
 //
index 98e2fa0..e2227e0 100644 (file)
@@ -1,5 +1,6 @@
 // { dg-require-c-std "" }
 // { dg-add-options ieee }
+// { dg-prune-output ".*warning: tgammal has lower than advertised precision" }
 
 // 2007-01-10  Edward Smith-Rowland <3dw4rd@verizon.net>
 //
index bd873ed..60deae8 100644 (file)
@@ -1,5 +1,6 @@
 // { dg-require-c-std "" }
 // { dg-add-options ieee }
+// { dg-prune-output ".*warning: tgammal has lower than advertised precision" }
 
 // 2007-01-10  Edward Smith-Rowland <3dw4rd@verizon.net>
 //
index 307207b..22a8123 100644 (file)
@@ -1,5 +1,6 @@
 // { dg-require-c-std "" }
 // { dg-add-options ieee }
+// { dg-prune-output ".*warning: tgammal has lower than advertised precision" }
 
 // 2007-01-10  Edward Smith-Rowland <3dw4rd@verizon.net>
 //
index 828b9a4..2fb8ae3 100644 (file)
@@ -1,5 +1,6 @@
 // { dg-require-c-std "" }
 // { dg-add-options ieee }
+// { dg-prune-output ".*warning: tgammal has lower than advertised precision" }
 
 // 2007-01-10  Edward Smith-Rowland <3dw4rd@verizon.net>
 //
index c4ae0a2..4038de6 100644 (file)
@@ -1,5 +1,6 @@
 // { dg-require-c-std "" }
 // { dg-add-options ieee }
+// { dg-prune-output ".*warning: tgammal has lower than advertised precision" }
 
 // 2007-01-10  Edward Smith-Rowland <3dw4rd@verizon.net>
 //
index 230f0f9..89f89e5 100644 (file)
@@ -1,5 +1,6 @@
 // { dg-require-c-std "" }
 // { dg-add-options ieee }
+// { dg-prune-output ".*warning: tgammal has lower than advertised precision" }
 
 // 2007-01-10  Edward Smith-Rowland <3dw4rd@verizon.net>
 //