]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
05_comp_ellint_2/check_nan.cc: Add -mieee for sh.
authorKaz Kojima <kkojima@gcc.gnu.org>
Thu, 18 Oct 2007 23:22:23 +0000 (23:22 +0000)
committerKaz Kojima <kkojima@gcc.gnu.org>
Thu, 18 Oct 2007 23:22:23 +0000 (23:22 +0000)
* testsuite/tr1/5_numerical_facilities/special_functions/
05_comp_ellint_2/check_nan.cc: Add -mieee for sh.

From-SVN: r129465

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/05_comp_ellint_2/check_nan.cc

index be967f9c65f2d0b352712daad3439d56ea93cddd..6d3ed26b1390ff413033dfac06e450b308aa1067 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-18  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       * testsuite/tr1/5_numerical_facilities/special_functions/
+       05_comp_ellint_2/check_nan.cc: Add -mieee for sh.
+
 2007-10-18  Paolo Carlini  <pcarlini@suse.de>
 
        * include/bits/allocator.h (struct __alloc_neq): Add.
index b30c77a75552933cf6b44680c11dd09bfe78fa61..c9c8001e2627513d0fc99118ff4c297899354fc5 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-require-c-std "" }
+// { dg-options "-mieee" { target sh*-*-* } }
 
 // 2007-01-10  Edward Smith-Rowland <3dw4rd@verizon.net>
 //