1 /* PR tree-optimization/113849 */
2 /* { dg-do run { target bitint } } */
3 /* { dg-options "-std=c23 -pedantic-errors" } */
4 /* { dg-skip-if "" { ! run_expensive_tests } { "*" } { "-O0" "-O2" } } */
5 /* { dg-skip-if "" { ! run_expensive_tests } { "-flto" } { "" } } */
8 unsigned _BitInt(512) b
;
10 __attribute__((noipa
)) void
11 foo (unsigned _BitInt(511) a
, int *x
)
13 int z
= (a
<< 510) <= b
;