mve: Fix vsetq_lane for 64-bit elements with lane 1 [PR 115611]
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / bitint-30.c
blobf8a421d04ffe854ebe19c936c6c110317176fdf6
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-12.h"
9 TESTS (_BitInt(19), (-262143wb - 1), 262143wb)
11 #undef T
12 #define T(n, t1, t2, tr, v1, v2, vr, b, o) t##n##b ();
14 int
15 main ()
17 TESTS (_BitInt(19), (-262143wb - 1), 262143wb)
18 return 0;