tree-optimization/111233 - loop splitting miscompile
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / bitint-28.c
blob66282ef71587ba7543e7c6d3c8ccfec2ac55c96e
1 /* PR c/102989 */
2 /* { dg-do run { target bitint } } */
3 /* { dg-options "-std=gnu23" } */
4 /* { dg-skip-if "" { ! run_expensive_tests } { "*" } { "-O0" "-O2" } } */
5 /* { dg-skip-if "" { ! run_expensive_tests } { "-flto" } { "" } } */
7 #include "../../c-c++-common/torture/builtin-arith-overflow-1.h"
9 #define U(s, op) op
10 TESTS (_BitInt(19), (-262143wb - 1), 262143wb)
12 #undef T
13 #define T(n, t1, t2, tr, v1, v2, vr, b, o) t##n##b ();
15 int
16 main ()
18 TESTS (_BitInt(19), (-262143wb - 1), 262143wb)
19 return 0;