1 /* PR rtl-optimization/114044 */
2 /* { dg-do compile { target bitint575 } } */
3 /* { dg-options "-O -fno-tree-dce" } */
8 unsigned _BitInt (575) a
= 3;
15 unsigned _BitInt (575) a
= 3;
22 signed _BitInt (575) a
= 3;
29 signed _BitInt (575) a
= 3;
36 unsigned _BitInt (575) a
= 3;
37 __builtin_parityg (a
);
43 unsigned _BitInt (575) a
= 3;
44 __builtin_popcountg (a
);