aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/tree-ssa/pr18589-1.c
blob: 40019b82780b7c354ee7fe69836df3c8d1f5c710 (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 x * x * x * x * y * y * y * y;
}

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