1 /* PR tree-optimization/115337 */
2 /* { dg-do run { target bitint } } */
3 /* { dg-options "-O2" } */
5 #if __BITINT_MAXWIDTH__ >= 129
15 foo (unsigned _BitInt (N
+ 1) z
, _BitInt (N
) *ret
)
17 c
= __builtin_stdc_first_leading_one (z
<< N
);
18 _BitInt (N
) y
= *(_BitInt (N
) *) __builtin_memset (&g
, c
, 5);