diff options
author | Kaz Kojima <kkojima@gcc.gnu.org> | 2005-05-13 00:23:28 +0000 |
---|---|---|
committer | Kaz Kojima <kkojima@gcc.gnu.org> | 2005-05-13 00:23:28 +0000 |
commit | 87255f602fb6efce6061c54e4ffd420717b020a1 (patch) | |
tree | c2f6515dcfa6238da8dc92f59c0f390546f55491 | |
parent | 760ceba9eda82de20224abf07d8b0fd623568d0c (diff) | |
download | gcc-87255f602fb6efce6061c54e4ffd420717b020a1.zip gcc-87255f602fb6efce6061c54e4ffd420717b020a1.tar.gz gcc-87255f602fb6efce6061c54e4ffd420717b020a1.tar.bz2 |
numeric_limits.cc (dg-options): Add -mieee to options on sh*-*-*.
* testsuite/18_support/numeric_limits.cc (dg-options): Add
-mieee to options on sh*-*-*.
From-SVN: r99643
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/18_support/numeric_limits.cc | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 25a7a36..aef00db 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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. diff --git a/libstdc++-v3/testsuite/18_support/numeric_limits.cc b/libstdc++-v3/testsuite/18_support/numeric_limits.cc index 93be837..27c4066 100644 --- a/libstdc++-v3/testsuite/18_support/numeric_limits.cc +++ b/libstdc++-v3/testsuite/18_support/numeric_limits.cc @@ -1,4 +1,5 @@ // { dg-options "-mieee" { target alpha*-*-* } } +// { dg-options "-mieee" { target sh*-*-* } } // 1999-08-23 bkoz |