blob: 5432c81354ef73cd4dc6076663671ddc23069605 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-ffinite-math-only -fdump-tree-gimple" } */
double f(double x)
{
return x / x;
}
/* Division should be turned into 1.0. */
/* { dg-final { scan-tree-dump-not " / " "gimple" } } */