[patch RFA] Fix a libstdc++-v3 test for SH
Kaz Kojima
kkojima@rr.iij4u.or.jp
Mon May 14 23:38:00 GMT 2007
Hi,
SH needs -mieee option for tr1/5_numerical_facilities/special_functions/
17_hyperg/check_nan.cc test. The patch is tested on i686-pc-linux-gnu too.
Ok for mainline?
Regards,
kaz
--
2007-05-14 Kaz Kojima <kkojima@gcc.gnu.org>
* testsuite/tr1/5_numerical_facilities/special_functions/
17_hyperg/check_nan.cc: Add -mieee for sh.
diff -uprN ORIG/trunk/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/17_hyperg/check_nan.cc LOCAL/trunk/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/17_hyperg/check_nan.cc
--- ORIG/trunk/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/17_hyperg/check_nan.cc 2007-03-18 09:41:02.000000000 +0900
+++ LOCAL/trunk/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/17_hyperg/check_nan.cc 2007-05-14 08:34:15.000000000 +0900
@@ -1,4 +1,5 @@
// { dg-require-c-std "" }
+// { dg-options "-mieee" { target sh*-*-* } }
// 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net>
//
More information about the Libstdc++
mailing list