ssa-pre-10.c: Use -fno-finite-math-only on sh* targets.

* gcc.dg/tree-ssa/ssa-pre-10.c: Use -fno-finite-math-only on
	sh* targets.

From-SVN: r132610
This commit is contained in:
Kaz Kojima 2008-02-25 04:21:40 +00:00
parent 86b7b98bed
commit c9be0915bd
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-02-25 Kaz Kojima <kkojima@gcc.gnu.org>
* gcc.dg/tree-ssa/ssa-pre-10.c: Use -fno-finite-math-only on
sh* targets.
2008-02-24 Uros Bizjak <ubizjak@gmail.com>
PR target/35349

View File

@ -1,5 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-O2 -fno-tree-dominator-opts -fdump-tree-fre-stats" } */
/* { dg-options "-O2 -fno-tree-dominator-opts -fdump-tree-fre-stats -fno-finite-math-only" { target sh*-*-* } } */
double cos (double);
void link_error();
void f(double a)