mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-24 21:26:16 +08:00
denorm_min.cc: Use dg-add-options ieee.
* testsuite/18_support/numeric_limits/denorm_min.cc: Use dg-add-options ieee. * testsuite/18_support/numeric_limits/digits10.cc: Likewise. * testsuite/18_support/numeric_limits/epsilon.cc: Likewise. * testsuite/18_support/numeric_limits/infinity.cc: Likewise. * testsuite/18_support/numeric_limits/is_iec559.cc: Likewise. * testsuite/18_support/numeric_limits/is_signed.cc: Likewise. * testsuite/18_support/numeric_limits/min_max.cc: Likewise. * testsuite/18_support/numeric_limits/quiet_NaN.cc: Likewise. * testsuite/18_support/numeric_limits/ specialization_default_values.cc: Likewise. * testsuite/18_support/numeric_limits/traps.cc: Likewise. * testsuite/26_numerics/complex/pow.cc: Likewise. * testsuite/tr1/5_numerical_facilities/special_functions/ 01_assoc_laguerre/check_nan.cc: Likewise. * 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/ 05_comp_ellint_2/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/ 17_hyperg/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. Co-Authored-By: Kaz Kojima <kkojima@gcc.gnu.org> From-SVN: r151251
This commit is contained in:
parent
8ceabd259f
commit
d35c8bb593
@ -1,3 +1,66 @@
|
||||
2009-08-31 Uros Bizjak <ubizjak@gmail.com>
|
||||
Kaz Kojima <kkojima@gcc.gnu.org>
|
||||
|
||||
* testsuite/18_support/numeric_limits/denorm_min.cc: Use
|
||||
dg-add-options ieee.
|
||||
* testsuite/18_support/numeric_limits/digits10.cc: Likewise.
|
||||
* testsuite/18_support/numeric_limits/epsilon.cc: Likewise.
|
||||
* testsuite/18_support/numeric_limits/infinity.cc: Likewise.
|
||||
* testsuite/18_support/numeric_limits/is_iec559.cc: Likewise.
|
||||
* testsuite/18_support/numeric_limits/is_signed.cc: Likewise.
|
||||
* testsuite/18_support/numeric_limits/min_max.cc: Likewise.
|
||||
* testsuite/18_support/numeric_limits/quiet_NaN.cc: Likewise.
|
||||
* testsuite/18_support/numeric_limits/
|
||||
specialization_default_values.cc: Likewise.
|
||||
* testsuite/18_support/numeric_limits/traps.cc: Likewise.
|
||||
* testsuite/26_numerics/complex/pow.cc: Likewise.
|
||||
* testsuite/tr1/5_numerical_facilities/special_functions/
|
||||
01_assoc_laguerre/check_nan.cc: Likewise.
|
||||
* 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/
|
||||
05_comp_ellint_2/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/
|
||||
17_hyperg/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.
|
||||
|
||||
2009-08-29 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* include/bits/stl_construct.h: Include <bits/move.h>.
|
||||
|
@ -1,5 +1,4 @@
|
||||
// { dg-options "-mieee" { target alpha*-*-* } }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// 1999-08-23 bkoz
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
// { dg-options "-mieee" { target alpha*-*-* } }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// 1999-08-23 bkoz
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
// { dg-options "-mieee" { target alpha*-*-* } }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// 1999-08-23 bkoz
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
// { dg-options "-mieee" { target alpha*-*-* } }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// 1999-08-23 bkoz
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
// { dg-options "-mieee" { target alpha*-*-* } }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// 1999-08-23 bkoz
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
// { dg-options "-mieee" { target alpha*-*-* } }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// 1999-08-23 bkoz
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
// { dg-options "-mieee" { target alpha*-*-* } }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// 1999-08-23 bkoz
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
// { dg-options "-mieee" { target alpha*-*-* } }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// 1999-08-23 bkoz
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
// { dg-options "-mieee" { target alpha*-*-* } }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// 1999-08-23 bkoz
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
// { dg-options "-mieee" { target alpha*-*-* } }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// Copyright (C) 2005, 2009 Free Software Foundation
|
||||
//
|
||||
|
@ -1,7 +1,7 @@
|
||||
// { dg-do run { xfail broken_cplxf_arg } }
|
||||
// PR libstdc++/10689
|
||||
// Origin: Daniel.Levine@jhuaph.edu
|
||||
// { dg-options "-mieee" { target alpha*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
#include <complex>
|
||||
#include <testsuite_hooks.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
// { dg-require-c-std "" }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net>
|
||||
//
|
||||
|
@ -1,5 +1,5 @@
|
||||
// { dg-require-c-std "" }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net>
|
||||
//
|
||||
|
@ -1,5 +1,5 @@
|
||||
// { dg-require-c-std "" }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net>
|
||||
//
|
||||
|
@ -1,5 +1,5 @@
|
||||
// { dg-require-c-std "" }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net>
|
||||
//
|
||||
|
@ -1,5 +1,5 @@
|
||||
// { dg-require-c-std "" }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net>
|
||||
//
|
||||
|
@ -1,5 +1,5 @@
|
||||
// { dg-require-c-std "" }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net>
|
||||
//
|
||||
|
@ -1,5 +1,5 @@
|
||||
// { dg-require-c-std "" }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net>
|
||||
//
|
||||
|
@ -1,5 +1,5 @@
|
||||
// { dg-require-c-std "" }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net>
|
||||
//
|
||||
|
@ -1,5 +1,5 @@
|
||||
// { dg-require-c-std "" }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net>
|
||||
//
|
||||
|
@ -1,5 +1,5 @@
|
||||
// { dg-require-c-std "" }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net>
|
||||
//
|
||||
|
@ -1,5 +1,5 @@
|
||||
// { dg-require-c-std "" }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net>
|
||||
//
|
||||
|
@ -1,5 +1,5 @@
|
||||
// { dg-require-c-std "" }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net>
|
||||
//
|
||||
|
@ -1,5 +1,5 @@
|
||||
// { dg-require-c-std "" }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net>
|
||||
//
|
||||
|
@ -1,5 +1,5 @@
|
||||
// { dg-require-c-std "" }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net>
|
||||
//
|
||||
|
@ -1,5 +1,5 @@
|
||||
// { dg-require-c-std "" }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net>
|
||||
//
|
||||
|
@ -1,5 +1,5 @@
|
||||
// { dg-require-c-std "" }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net>
|
||||
//
|
||||
|
@ -1,5 +1,5 @@
|
||||
// { dg-require-c-std "" }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net>
|
||||
//
|
||||
|
@ -1,5 +1,5 @@
|
||||
// { dg-require-c-std "" }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net>
|
||||
//
|
||||
|
@ -1,5 +1,5 @@
|
||||
// { dg-require-c-std "" }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net>
|
||||
//
|
||||
|
@ -1,5 +1,5 @@
|
||||
// { dg-require-c-std "" }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net>
|
||||
//
|
||||
|
@ -1,5 +1,5 @@
|
||||
// { dg-require-c-std "" }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net>
|
||||
//
|
||||
|
@ -1,5 +1,5 @@
|
||||
// { dg-require-c-std "" }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net>
|
||||
//
|
||||
|
@ -1,5 +1,5 @@
|
||||
// { dg-require-c-std "" }
|
||||
// { dg-options "-mieee" { target sh*-*-* } }
|
||||
// { dg-add-options ieee }
|
||||
|
||||
// 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net>
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user