1 /* PR tree-optimization/115544 */
2 /* { dg-do compile { target bitint } } */
3 /* { dg-options "-O -fno-tree-fre -fno-tree-ccp -fno-tree-forwprop" } */
5 #if __BITINT_MAXWIDTH__ >= 129
6 typedef _BitInt(129) B
;
15 return __builtin_mul_overflow (a
, 1, &b
);