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
This commit is contained in:
Kaz Kojima 2005-05-13 00:23:28 +00:00
parent 760ceba9ed
commit 87255f602f
2 changed files with 6 additions and 0 deletions

View 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.

View File

@ -1,4 +1,5 @@
// { dg-options "-mieee" { target alpha*-*-* } }
// { dg-options "-mieee" { target sh*-*-* } }
// 1999-08-23 bkoz