[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git] / gcc / testsuite / c-c++-common / torture / builtin-arith-overflow-12.c
blob0fe0498635d3eb0fdd1e726fc911674ae54fd0ed
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 (int, INT_MIN, INT_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 (int, INT_MIN, INT_MAX)
16 return 0;