1 /* { dg-do compile } */
2 /* { dg-options "-O1 -funsafe-math-optimizations -fdump-tree-gimple" } */
24 /* f and h should be turned into multiplications,
25 the divisions in g and i should be grouped together. */
27 /* { dg-final { scan-tree-dump-times " \\* " 2 "gimple" } } */
28 /* { dg-final { scan-tree-dump-times " / " 2 "gimple" } } */