1 /* PR middle-end/115887 */
2 /* { dg-do compile { target { bitint && int128 } } } */
3 /* { dg-options "-O -fnon-call-exceptions -finstrument-functions -w" } */
6 #if __BITINT_MAXWIDTH__ >= 1024
19 bar (_BitInt(N127
) b
, _BitInt(N256
) c
, int,
20 int, int, int, int, int, int, int, int,
21 int, int, int, int, int, int, int, int,
27 while (__builtin_add_overflow_p (a
, 0, 0));
28 __int128 d
= b
+ c
+ f
;
35 bar (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, &x
);