1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fno-sched-critical-path-heuristic -fno-sched-rank-heuristic --param=max-sched-extend-regions-iters=5 --param sched-pressure-algorithm=2" } */
4 #ifdef __SIZEOF_INT128__
5 typedef __int128 largeint
;
7 typedef long long largeint
;
14 foo (char d
, short e
, int f
)
16 b
= __builtin_sub_overflow_p (b
, 1, (unsigned long)0);