aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/tree-ssa/pr18589-6.c
blob: ece01a892467d24e410708b7033f8199e71305d0 (plain)
1
2
3
4
5
6
7
8
9
/* { 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" } } */