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