From a52dd1d95eeead936b38a24e809dc0cb56d550fa Mon Sep 17 00:00:00 2001 From: kkojima Date: Tue, 27 Nov 2007 22:51:53 +0000 Subject: [PATCH] * testsuite/tr1/5_numerical_facilities/special_functions/ 01_assoc_laguerre/check_nan.cc: Add -mieee for sh. * testsuite/tr1/5_numerical_facilities/special_functions/ 02_assoc_legendre/check_nan.cc: Likewise. * testsuite/tr1/5_numerical_facilities/special_functions/ 03_beta/check_nan.cc: Likewise. * testsuite/tr1/5_numerical_facilities/special_functions/ 04_comp_ellint_1/check_nan.cc: Likewise. * testsuite/tr1/5_numerical_facilities/special_functions/ 06_comp_ellint_3/check_nan.cc: Likewise. * testsuite/tr1/5_numerical_facilities/special_functions/ 07_conf_hyperg/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. * testsuite/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/ 12_ellint_1/check_nan.cc: Likewise. * testsuite/tr1/5_numerical_facilities/special_functions/ 13_ellint_2/check_nan.cc: Likewise. * testsuite/tr1/5_numerical_facilities/special_functions/ 14_ellint_3/check_nan.cc: Likewise. * testsuite/tr1/5_numerical_facilities/special_functions/ 15_expint/check_nan.cc: Likewise. * testsuite/tr1/5_numerical_facilities/special_functions/ 16_hermite/check_nan.cc: Likewise. * testsuite/tr1/5_numerical_facilities/special_functions/ 18_laguerre/check_nan.cc: Likewise. * testsuite/tr1/5_numerical_facilities/special_functions/ 19_legendre/check_nan.cc: Likewise. * testsuite/tr1/5_numerical_facilities/special_functions/ 20_riemann_zeta/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/ 22_sph_legendre/check_nan.cc: Likewise. * testsuite/tr1/5_numerical_facilities/special_functions/ 23_sph_neumann/check_nan.cc: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130477 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/ChangeLog | 45 ++++++++++++++++++++++ .../01_assoc_laguerre/check_nan.cc | 1 + .../02_assoc_legendre/check_nan.cc | 1 + .../special_functions/03_beta/check_nan.cc | 1 + .../04_comp_ellint_1/check_nan.cc | 1 + .../06_comp_ellint_3/check_nan.cc | 1 + .../special_functions/07_conf_hyperg/check_nan.cc | 1 + .../special_functions/08_cyl_bessel_i/check_nan.cc | 1 + .../special_functions/09_cyl_bessel_j/check_nan.cc | 1 + .../special_functions/10_cyl_bessel_k/check_nan.cc | 1 + .../special_functions/11_cyl_neumann/check_nan.cc | 1 + .../special_functions/12_ellint_1/check_nan.cc | 1 + .../special_functions/13_ellint_2/check_nan.cc | 1 + .../special_functions/14_ellint_3/check_nan.cc | 1 + .../special_functions/15_expint/check_nan.cc | 1 + .../special_functions/16_hermite/check_nan.cc | 1 + .../special_functions/18_laguerre/check_nan.cc | 1 + .../special_functions/19_legendre/check_nan.cc | 1 + .../special_functions/20_riemann_zeta/check_nan.cc | 1 + .../special_functions/21_sph_bessel/check_nan.cc | 1 + .../special_functions/22_sph_legendre/check_nan.cc | 1 + .../special_functions/23_sph_neumann/check_nan.cc | 1 + 22 files changed, 66 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c3b5392800d..827674ed8fe 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,48 @@ +2007-11-27 Kaz Kojima + + * testsuite/tr1/5_numerical_facilities/special_functions/ + 01_assoc_laguerre/check_nan.cc: Add -mieee for sh. + * testsuite/tr1/5_numerical_facilities/special_functions/ + 02_assoc_legendre/check_nan.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/special_functions/ + 03_beta/check_nan.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/special_functions/ + 04_comp_ellint_1/check_nan.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/special_functions/ + 06_comp_ellint_3/check_nan.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/special_functions/ + 07_conf_hyperg/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. + * testsuite/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/ + 12_ellint_1/check_nan.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/special_functions/ + 13_ellint_2/check_nan.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/special_functions/ + 14_ellint_3/check_nan.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/special_functions/ + 15_expint/check_nan.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/special_functions/ + 16_hermite/check_nan.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/special_functions/ + 18_laguerre/check_nan.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/special_functions/ + 19_legendre/check_nan.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/special_functions/ + 20_riemann_zeta/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/ + 22_sph_legendre/check_nan.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/special_functions/ + 23_sph_neumann/check_nan.cc: Likewise. + 2007-11-26 Paolo Carlini * include/bits/locale_facets.tcc (num_put<>::_M_insert_int): When diff --git a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/01_assoc_laguerre/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/01_assoc_laguerre/check_nan.cc index 98f174fa7b1..f03c7a2eaee 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/01_assoc_laguerre/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/01_assoc_laguerre/check_nan.cc @@ -1,4 +1,5 @@ // { dg-require-c-std "" } +// { dg-options "-mieee" { target sh*-*-* } } // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // diff --git a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/check_nan.cc index 174a43c791c..1e4138ab374 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/check_nan.cc @@ -1,4 +1,5 @@ // { dg-require-c-std "" } +// { dg-options "-mieee" { target sh*-*-* } } // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // diff --git a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/03_beta/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/03_beta/check_nan.cc index ca8246c4e72..40fdd67eba7 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/03_beta/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/03_beta/check_nan.cc @@ -1,4 +1,5 @@ // { dg-require-c-std "" } +// { dg-options "-mieee" { target sh*-*-* } } // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // diff --git a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/04_comp_ellint_1/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/04_comp_ellint_1/check_nan.cc index f5a0e9b74ca..b026dd958cd 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/04_comp_ellint_1/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/04_comp_ellint_1/check_nan.cc @@ -1,4 +1,5 @@ // { dg-require-c-std "" } +// { dg-options "-mieee" { target sh*-*-* } } // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // diff --git a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/06_comp_ellint_3/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/06_comp_ellint_3/check_nan.cc index b928eab7642..6da4ec55c31 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/06_comp_ellint_3/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/06_comp_ellint_3/check_nan.cc @@ -1,4 +1,5 @@ // { dg-require-c-std "" } +// { dg-options "-mieee" { target sh*-*-* } } // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // diff --git a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/07_conf_hyperg/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/07_conf_hyperg/check_nan.cc index 1f2bb40bd0c..71abf3e8acb 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/07_conf_hyperg/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/07_conf_hyperg/check_nan.cc @@ -1,4 +1,5 @@ // { dg-require-c-std "" } +// { dg-options "-mieee" { target sh*-*-* } } // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // diff --git a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/check_nan.cc index 4220f0236d5..0a8c3055e61 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/check_nan.cc @@ -1,4 +1,5 @@ // { dg-require-c-std "" } +// { dg-options "-mieee" { target sh*-*-* } } // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // diff --git a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/09_cyl_bessel_j/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/09_cyl_bessel_j/check_nan.cc index 606697a00b4..85548e048cd 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/09_cyl_bessel_j/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/09_cyl_bessel_j/check_nan.cc @@ -1,4 +1,5 @@ // { dg-require-c-std "" } +// { dg-options "-mieee" { target sh*-*-* } } // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // diff --git a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/check_nan.cc index 72754a7dacd..ee9f7b3452b 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/check_nan.cc @@ -1,4 +1,5 @@ // { dg-require-c-std "" } +// { dg-options "-mieee" { target sh*-*-* } } // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // diff --git a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/11_cyl_neumann/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/11_cyl_neumann/check_nan.cc index 6d631086928..18381c3e005 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/11_cyl_neumann/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/11_cyl_neumann/check_nan.cc @@ -1,4 +1,5 @@ // { dg-require-c-std "" } +// { dg-options "-mieee" { target sh*-*-* } } // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // diff --git a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/12_ellint_1/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/12_ellint_1/check_nan.cc index d86c5b40f54..d48b211c227 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/12_ellint_1/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/12_ellint_1/check_nan.cc @@ -1,4 +1,5 @@ // { dg-require-c-std "" } +// { dg-options "-mieee" { target sh*-*-* } } // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // diff --git a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/13_ellint_2/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/13_ellint_2/check_nan.cc index 9e1775e5749..f6dfc3a9ee5 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/13_ellint_2/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/13_ellint_2/check_nan.cc @@ -1,4 +1,5 @@ // { dg-require-c-std "" } +// { dg-options "-mieee" { target sh*-*-* } } // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // diff --git a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/14_ellint_3/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/14_ellint_3/check_nan.cc index fcf2f680d94..3f345a8b9ad 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/14_ellint_3/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/14_ellint_3/check_nan.cc @@ -1,4 +1,5 @@ // { dg-require-c-std "" } +// { dg-options "-mieee" { target sh*-*-* } } // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // diff --git a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/15_expint/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/15_expint/check_nan.cc index f01caa05144..b6c8f603350 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/15_expint/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/15_expint/check_nan.cc @@ -1,4 +1,5 @@ // { dg-require-c-std "" } +// { dg-options "-mieee" { target sh*-*-* } } // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // diff --git a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/16_hermite/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/16_hermite/check_nan.cc index 8d06a964d79..a45ae593a55 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/16_hermite/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/16_hermite/check_nan.cc @@ -1,4 +1,5 @@ // { dg-require-c-std "" } +// { dg-options "-mieee" { target sh*-*-* } } // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // diff --git a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/18_laguerre/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/18_laguerre/check_nan.cc index 121a4528d06..d8c04d41a3d 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/18_laguerre/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/18_laguerre/check_nan.cc @@ -1,4 +1,5 @@ // { dg-require-c-std "" } +// { dg-options "-mieee" { target sh*-*-* } } // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // diff --git a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/19_legendre/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/19_legendre/check_nan.cc index e051b3cadff..adb3aa2fd9a 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/19_legendre/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/19_legendre/check_nan.cc @@ -1,4 +1,5 @@ // { dg-require-c-std "" } +// { dg-options "-mieee" { target sh*-*-* } } // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // diff --git a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/20_riemann_zeta/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/20_riemann_zeta/check_nan.cc index bdfa2e9af18..fb2c0935313 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/20_riemann_zeta/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/20_riemann_zeta/check_nan.cc @@ -1,4 +1,5 @@ // { dg-require-c-std "" } +// { dg-options "-mieee" { target sh*-*-* } } // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // diff --git a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/21_sph_bessel/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/21_sph_bessel/check_nan.cc index 2b856742d0e..29a98a46586 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/21_sph_bessel/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/21_sph_bessel/check_nan.cc @@ -1,4 +1,5 @@ // { dg-require-c-std "" } +// { dg-options "-mieee" { target sh*-*-* } } // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // diff --git a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/22_sph_legendre/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/22_sph_legendre/check_nan.cc index e8bbfff188f..179ed2d627f 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/22_sph_legendre/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/22_sph_legendre/check_nan.cc @@ -1,4 +1,5 @@ // { dg-require-c-std "" } +// { dg-options "-mieee" { target sh*-*-* } } // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // diff --git a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/23_sph_neumann/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/23_sph_neumann/check_nan.cc index 17f8ca6b0ac..556c9db1a99 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/23_sph_neumann/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/23_sph_neumann/check_nan.cc @@ -1,4 +1,5 @@ // { dg-require-c-std "" } +// { dg-options "-mieee" { target sh*-*-* } } // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // -- 2.11.0