1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fno-trapping-math -funsafe-math-optimizations -fdump-tree-recip" } */
4 double F
[2] = { 0.0, 0.0 }, e
;
6 /* In this case the optimization is interesting. */
16 for( i
=0; i
< 2; i
++ )
19 P
= ( W
< E
) ? (W
- E
)/d
: (E
- W
)/d
;
26 /* { dg-final { scan-tree-dump-times " / " 1 "recip" } } */
27 /* { dg-final { cleanup-tree-dump "recip" } } */