Commit c9be0915 by Kaz Kojima

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
parent 86b7b98b
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
/* { 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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment