Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / pr18589-2.c
blobbcda56d8e6a87396351a46079dc04c613c30a8f6
1 /* { dg-do compile } */
2 /* { dg-options "-O3 -ffast-math -fdump-tree-optimized" } */
4 double baz (double x, double y)
6 return x * y * y * x * y * x * x * y;
9 /* { dg-final { scan-tree-dump-times " \\* " 3 "optimized" } } */