aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/tree-ssa/pr18589-6.c
blob: 5044020cf44532b13a888a8209353766aa8bcebf (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-options "-O3 -ffast-math -fdump-tree-optimized" } */

double baz (double x, double y)
{
  return __builtin_pow (x, 3.0) * __builtin_pow (y, 4.0);
}

/* { dg-final { scan-tree-dump-times " \\* " 4 "optimized" } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */