PR rtl-optimization/88018
[official-gcc.git] / gcc / testsuite / c-c++-common / torture / builtin-arith-overflow-15.c
blob3d78994d7dd0eefd9f79cc44ee91cf64bdf395bb
1 /* Test __builtin_{add,sub,mul}_overflow. */
2 /* { dg-do run } */
3 /* { dg-skip-if "" { ! run_expensive_tests } { "*" } { "-O0" "-O2" } } */
5 #include "builtin-arith-overflow-12.h"
7 TESTS (char, SCHAR_MIN, SCHAR_MAX)
9 #undef T
10 #define T(n, t1, t2, tr, v1, v2, vr, b, o) t##n##b ();
12 int
13 main ()
15 TESTS (char, SCHAR_MIN, SCHAR_MAX)
16 return 0;