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 f6780526bd4cd7d534b5b19dfeed4672b1190c96..829ad5a5ef1e6add7452bb633a64101a0f4925b7 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 aa0405f3471157494ead746e67ed9d2ecd853f40..ef6e7c837edbac88fd472148023256ecc5c95ba0 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 ecde24699167fc109ff719ee62fc22707e7a4bbe..c1a6fab1692f1b66eb61b6713f0f9aeea600f2c4 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 967d9de714405a952abddb53f1c9fbc4f0499c25..a9e02119bd263fc97771950962b0dc6028ee9145 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 27d2bfd05a9f2a41eca361cd129ba56f5758bea1..03ae35a1614615305c9e997cf9fcd110fd8070a1 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 9596e28d50beac28558dc1b04e41e46c831295cb..9ae38918d1fec4765b2e724b66b76815cbfcb9ee 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 2d34b3655400fb24d43cb38644c46fb7d3ac273e..35b18bf4028cc7ed53f439b3a6994287cb4bf277 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 691122d846e6742cc917fb1e85a90436170c6729..8ab311347a4f1daf4e91a225fc4c6f7c3beadc90 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 98e2fa0a8a77f85021b5ad0f32009c5c31e27934..e2227e06af4d228fef6ec83ef0bd38b1f6243433 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 bd873ed7c8ddd424454d00197ff9bc5e9bab7b75..60deae8374e64daa86b00be9405da5dea2491b43 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 307207b135e4a26cfb209b3a7e3f3d36fae72026..22a8123e73994b17d2632deb1c1b398b1dff1f85 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 828b9a4539b65f355d1a8934682600852bdb5974..2fb8ae358d25334e3684bdd35f84993a50e12e78 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 c4ae0a2fc1e2d4e854d6ab236926c38680a38f12..4038de62438fcd48eb73d3724e83bd911c03f9f7 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 230f0f956e1c7335c27582b524d220c0ec02eb5e..89f89e5ecafb4c837a069d4f17ca07f9781b4608 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>
 //