2 /* PR 25718: invalid constant operand to the "bound" insn; error at
3 assembly time. We'll make sure the code is correct to: run a few
6 extern void exit (int);
7 extern void abort (void);
8 unsigned __attribute__ ((__noinline__
)) foo(unsigned a
)
11 l
= (a
>= (~0u - 512) ? (~0u - 512) : a
);
18 if (foo ((unsigned) -512) != (unsigned) -513
19 || foo ((unsigned) -514) != (unsigned) -514
20 || foo ((unsigned) -513) != (unsigned) -513
21 || foo ((unsigned) -1) != (unsigned) -513