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