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