aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/pr54428.c
blob: 84a5dbd82bd7d758009c7ad47bcdac3c6d2e0498 (plain)
1
2
3
4
5
6
7
8
9
/* PR c/54428 */

typedef double _Complex C;

C
foo (C x, C y, double z, C w)
{
  return y - z * __builtin_cpow (x, 75) * w;
}