1 2 3 4 5 6 7 8 9 10 11
/* PR target/94286 */ /* { dg-do compile } */ /* { dg-options "-O2 -g" } */ unsigned a, b; int foo (void) { return __builtin_sub_overflow (a, 0x80000000U, &b); }