Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
fold-div-2.c
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" } } */