builtin-math-7.c: Add -mieee for sh*-*-* targets.

* gcc.dg/torture/builtin-math-7.c: Add -mieee for sh*-*-* targets.

From-SVN: r151107
This commit is contained in:
Kaz Kojima 2009-08-25 22:59:23 +00:00
parent 439a0f5a2a
commit ff22013ab2
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-08-25 Kaz Kojima <kkojima@gcc.gnu.org>
* gcc.dg/torture/builtin-math-7.c: Add -mieee for sh*-*-* targets.
2009-08-25 Jan Hubicka <jh@suse.cz>
* gcc.target/i386/sse5-shift1-vector.c

View File

@ -6,6 +6,7 @@
/* { dg-do run } */
/* { dg-require-effective-target mpc } */
/* { dg-options "-mieee" { target sh*-*-* } } */
extern void link_error(int);