* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr54428.c
blob84a5dbd82bd7d758009c7ad47bcdac3c6d2e0498
1 /* PR c/54428 */
3 typedef double _Complex C;
6 foo (C x, C y, double z, C w)
8 return y - z * __builtin_cpow (x, 75) * w;