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