* testsuite/18_support/numeric_limits.cc (dg-options): Add
authorkkojima <kkojima@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 May 2005 00:23:28 +0000 (00:23 +0000)
committerkkojima <kkojima@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 May 2005 00:23:28 +0000 (00:23 +0000)
-mieee to options on sh*-*-*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99643 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/18_support/numeric_limits.cc

index 25a7a36..aef00db 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-12  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       * testsuite/18_support/numeric_limits.cc (dg-options): Add
+       -mieee to options on sh*-*-*.
+
 2005-05-10  Jonathan Wakely  <redi@gcc.gnu.org>
 
        * include/debug/debug.h: Fix typo in macro name.
index 93be837..27c4066 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-options "-mieee" { target alpha*-*-* } }
+// { dg-options "-mieee" { target sh*-*-* } }
 
 // 1999-08-23 bkoz