Commit ce3ecab4 by Andreas Tobler

libstdc++ testsuite, silence a FreeBSD libm warning

    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
parent 5a05b737
......@@ -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.
//
......
......@@ -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.
//
......
......@@ -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.
//
......
......@@ -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.
//
......
......@@ -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.
//
......
......@@ -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.
//
......
......@@ -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.
//
......
......@@ -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.
//
......
// { 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>
//
......
// { 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>
//
......
// { 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>
//
......
// { 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>
//
......
// { 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>
//
......
// { 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>
//
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment