PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / pr18589-1.c
blob40019b82780b7c354ee7fe69836df3c8d1f5c710
1 /* { dg-do compile } */
2 /* { dg-options "-O3 -ffast-math -fdump-tree-optimized" } */
4 double baz (double x, double y)
6 return x * x * x * x * y * y * y * y;
9 /* { dg-final { scan-tree-dump-times " \\* " 3 "optimized" } } */