type-generic-1.C: Add -mieee for sh.
* g++.dg/torture/type-generic-1.C: Add -mieee for sh. * gcc.dg/torture/type-generic-1.c: Likewise. From-SVN: r127266
This commit is contained in:
parent
e032c2a16e
commit
8ba30cde2c
|
@ -1,3 +1,8 @@
|
|||
2007-08-07 Kaz Kojima <kkojima@gcc.gnu.org>
|
||||
|
||||
* g++.dg/torture/type-generic-1.C: Add -mieee for sh.
|
||||
* gcc.dg/torture/type-generic-1.c: Likewise.
|
||||
|
||||
2007-08-06 Andrew Pinski <andrew_pinski@playstation.sony.com>
|
||||
|
||||
* gcc.c-torture/20070522-1.c: Move to ...
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
without any fast-math flags. */
|
||||
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-mieee" { target sh*-*-* } } */
|
||||
|
||||
#include "../../gcc.dg/tg-tests.h"
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
without any fast-math flags. */
|
||||
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-mieee" { target sh*-*-* } } */
|
||||
|
||||
#include "../tg-tests.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue