1 /* { dg-options "-O1 -funsafe-math-optimizations -fno-trapping-math -fdump-tree-recip" } */
2 /* { dg-do compile } */
4 /* Test inserting in a block that does not contain a division. */
8 double f1(double y
, double z
, double w
)
24 /* { dg-final { scan-tree-dump-times " / " 1 "recip" } } */
25 /* { dg-final { cleanup-tree-dump "recip" } } */