]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
01_assoc_laguerre/check_nan.cc: Add -mieee for sh.
authorKaz Kojima <kkojima@gcc.gnu.org>
Tue, 27 Nov 2007 22:51:53 +0000 (22:51 +0000)
committerKaz Kojima <kkojima@gcc.gnu.org>
Tue, 27 Nov 2007 22:51:53 +0000 (22:51 +0000)
* 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.

From-SVN: r130477

22 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/01_assoc_laguerre/check_nan.cc
libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/check_nan.cc
libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/03_beta/check_nan.cc
libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/04_comp_ellint_1/check_nan.cc
libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/06_comp_ellint_3/check_nan.cc
libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/07_conf_hyperg/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/12_ellint_1/check_nan.cc
libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/13_ellint_2/check_nan.cc
libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/14_ellint_3/check_nan.cc
libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/15_expint/check_nan.cc
libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/16_hermite/check_nan.cc
libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/18_laguerre/check_nan.cc
libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/19_legendre/check_nan.cc
libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/20_riemann_zeta/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/22_sph_legendre/check_nan.cc
libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/23_sph_neumann/check_nan.cc

index c3b5392800d1cb8d6ec713bf24e9a08d0061dc21..827674ed8feae567b00d3c2a80895d8e93da9f4b 100644 (file)
@@ -1,3 +1,48 @@
+2007-11-27  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       * 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  <pcarlini@suse.de>
 
        * include/bits/locale_facets.tcc (num_put<>::_M_insert_int): When
index 98f174fa7b1e18fe3107fec906b83d2777f8a5b9..f03c7a2eaee739a90d1992aa4cecf1e6f4904c89 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-require-c-std "" }
+// { dg-options "-mieee" { target sh*-*-* } }
 
 // 2006-02-04  Edward Smith-Rowland <3dw4rd@verizon.net>
 //
index 174a43c791ceda93172eae2c68ad98297fea0b71..1e4138ab3746b3751bb4829d4eec981920d71d48 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-require-c-std "" }
+// { dg-options "-mieee" { target sh*-*-* } }
 
 // 2007-01-10  Edward Smith-Rowland <3dw4rd@verizon.net>
 //
index ca8246c4e72dce338b850c9c0130be09390db4ef..40fdd67eba7ff65c819155ad8721ddf74c049ad7 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-require-c-std "" }
+// { dg-options "-mieee" { target sh*-*-* } }
 
 // 2007-01-10  Edward Smith-Rowland <3dw4rd@verizon.net>
 //
index f5a0e9b74ca9eace90e6f51d0e2fed1ff86886fe..b026dd958cdc378d3981d2222158190ed7f2602d 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-require-c-std "" }
+// { dg-options "-mieee" { target sh*-*-* } }
 
 // 2007-01-10  Edward Smith-Rowland <3dw4rd@verizon.net>
 //
index b928eab7642c3f2cb3285d9088fa7aa2ae0b26a1..6da4ec55c317a8fcbea53e6fe9d7d31c24d53d9f 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-require-c-std "" }
+// { dg-options "-mieee" { target sh*-*-* } }
 
 // 2007-01-10  Edward Smith-Rowland <3dw4rd@verizon.net>
 //
index 1f2bb40bd0c6b3de57654f66c1f2402eab5940ba..71abf3e8acbb4432f9a16f8ad2e745b9c4ce44bc 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-require-c-std "" }
+// { dg-options "-mieee" { target sh*-*-* } }
 
 // 2007-01-10  Edward Smith-Rowland <3dw4rd@verizon.net>
 //
index 4220f0236d555e2fa2517941703af355db9bc3d9..0a8c3055e61079768e3b621d7c735fcbe8fd6f40 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-require-c-std "" }
+// { dg-options "-mieee" { target sh*-*-* } }
 
 // 2007-01-10  Edward Smith-Rowland <3dw4rd@verizon.net>
 //
index 606697a00b432a7f5d86b16bf6d0ba36bac9056d..85548e048cd5ed50dad850f483a1ef95d6ece5b0 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-require-c-std "" }
+// { dg-options "-mieee" { target sh*-*-* } }
 
 // 2007-01-10  Edward Smith-Rowland <3dw4rd@verizon.net>
 //
index 72754a7dacdb441c1b8cc6e19309fe71fe102755..ee9f7b3452b0a658d53d0b2bcc6556144f58d17f 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-require-c-std "" }
+// { dg-options "-mieee" { target sh*-*-* } }
 
 // 2007-01-10  Edward Smith-Rowland <3dw4rd@verizon.net>
 //
index 6d631086928aaa53e0379895f9127e2cc8de5a18..18381c3e0050b9300956aeeb89188331dd3dccf1 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-require-c-std "" }
+// { dg-options "-mieee" { target sh*-*-* } }
 
 // 2007-01-10  Edward Smith-Rowland <3dw4rd@verizon.net>
 //
index d86c5b40f54f5eda0fda3d7b4cd76b8248d1a04c..d48b211c2272f3e6493db829f7d477f22351c1cb 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-require-c-std "" }
+// { dg-options "-mieee" { target sh*-*-* } }
 
 // 2007-01-10  Edward Smith-Rowland <3dw4rd@verizon.net>
 //
index 9e1775e57499f72631c0b66005184482dcf4019b..f6dfc3a9ee5c50ae3172bc0a4855562c7b33913a 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-require-c-std "" }
+// { dg-options "-mieee" { target sh*-*-* } }
 
 // 2007-01-10  Edward Smith-Rowland <3dw4rd@verizon.net>
 //
index fcf2f680d941cd15293e4b1664dcff02ae4fc040..3f345a8b9adab1c363abcd0b19c0411e2b9fc524 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-require-c-std "" }
+// { dg-options "-mieee" { target sh*-*-* } }
 
 // 2007-01-10  Edward Smith-Rowland <3dw4rd@verizon.net>
 //
index f01caa05144b4bf0875c78ce998dcfbec082fb89..b6c8f6033506bd441f34b2505094d4696d1d94b7 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-require-c-std "" }
+// { dg-options "-mieee" { target sh*-*-* } }
 
 // 2007-01-10  Edward Smith-Rowland <3dw4rd@verizon.net>
 //
index 8d06a964d793f8c94eaa4087248d7003db57df01..a45ae593a55f161a7c8616ac82a1b2733d065abb 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-require-c-std "" }
+// { dg-options "-mieee" { target sh*-*-* } }
 
 // 2007-01-10  Edward Smith-Rowland <3dw4rd@verizon.net>
 //
index 121a4528d06d5ab844a39c7e17a430e431d02d4c..d8c04d41a3dd0f1c36e813071b01095a0c2ebe2b 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-require-c-std "" }
+// { dg-options "-mieee" { target sh*-*-* } }
 
 // 2007-01-10  Edward Smith-Rowland <3dw4rd@verizon.net>
 //
index e051b3cadffcae234fd364d10a62653210df9ae4..adb3aa2fd9ade095260464d5646bc52839b0078e 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-require-c-std "" }
+// { dg-options "-mieee" { target sh*-*-* } }
 
 // 2007-01-10  Edward Smith-Rowland <3dw4rd@verizon.net>
 //
index bdfa2e9af18afd3976dfcf0facf68549b44185c8..fb2c093531358af0ba84dae3472ac4f14593182f 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-require-c-std "" }
+// { dg-options "-mieee" { target sh*-*-* } }
 
 // 2007-01-10  Edward Smith-Rowland <3dw4rd@verizon.net>
 //
index 2b856742d0ec8713cbc175fcac0de71c6a0b71fd..29a98a465865c7c1bd0f507cee1cfa24afc61661 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-require-c-std "" }
+// { dg-options "-mieee" { target sh*-*-* } }
 
 // 2007-01-10  Edward Smith-Rowland <3dw4rd@verizon.net>
 //
index e8bbfff188fea05cd6471e63b008b8aa73e8244f..179ed2d627fb1c7c1c1f1e8dfdf09dbcdf436ba7 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-require-c-std "" }
+// { dg-options "-mieee" { target sh*-*-* } }
 
 // 2007-01-10  Edward Smith-Rowland <3dw4rd@verizon.net>
 //
index 17f8ca6b0acb115971acf6df9ab48914332916a8..556c9db1a99cb5187771af3c86daa418615d99dd 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-require-c-std "" }
+// { dg-options "-mieee" { target sh*-*-* } }
 
 // 2007-01-10  Edward Smith-Rowland <3dw4rd@verizon.net>
 //