1 /* PR middle-end/84309 */
2 /* { dg-do run { target c99_runtime } } */
3 /* { dg-options "-O2 -ffast-math" } */
8 unsigned long a
= 1024;
9 unsigned long b
= 16 * 1024;
10 unsigned long c
= __builtin_pow (2, (__builtin_log2 (a
) + __builtin_log2 (b
)) / 2);