Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / gcc / testsuite / gcc.dg / tree-ssa / pr18589-4.c
1 /* { dg-do compile } */
2 /* { dg-options "-O3 -ffast-math -fdump-tree-optimized" } */
3
4 double baz (double x, double y, double z, double u)
5 {
6   return x * x * y * y * y * z * z * z * z * u;
7 }
8
9 /* { dg-final { scan-tree-dump-times " \\* " 6 "optimized" } } */
10 /* { dg-final { cleanup-tree-dump "optimized" } } */