Small ChangeLog tweak.
[official-gcc.git] / gcc / testsuite / gcc.dg / fold-div-2.c
blob5432c81354ef73cd4dc6076663671ddc23069605
1 /* { dg-do compile } */
2 /* { dg-options "-ffinite-math-only -fdump-tree-gimple" } */
4 double f(double x)
6 return x / x;
9 /* Division should be turned into 1.0. */
11 /* { dg-final { scan-tree-dump-not " / " "gimple" } } */