From: Kaz Kojima Date: Thu, 18 Oct 2007 23:22:23 +0000 (+0000) Subject: 05_comp_ellint_2/check_nan.cc: Add -mieee for sh. X-Git-Tag: releases/gcc-4.3.0~1942 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1a1349d050bce972e747db8101c5d0f244bd361b;p=thirdparty%2Fgcc.git 05_comp_ellint_2/check_nan.cc: Add -mieee for sh. * testsuite/tr1/5_numerical_facilities/special_functions/ 05_comp_ellint_2/check_nan.cc: Add -mieee for sh. From-SVN: r129465 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index be967f9c65f2..6d3ed26b1390 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2007-10-18 Kaz Kojima + + * testsuite/tr1/5_numerical_facilities/special_functions/ + 05_comp_ellint_2/check_nan.cc: Add -mieee for sh. + 2007-10-18 Paolo Carlini * include/bits/allocator.h (struct __alloc_neq): Add. diff --git a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/05_comp_ellint_2/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/05_comp_ellint_2/check_nan.cc index b30c77a75552..c9c8001e2627 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/05_comp_ellint_2/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/05_comp_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> //