Implement C _FloatN, _FloatNx types.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr69771.c
blobd03cbba668fbdff75d2f190ec1629ef4502b404c
1 /* PR rtl-optimization/69771 */
2 /* { dg-do compile } */
3 /* { dg-require-effective-target int32plus } */
5 unsigned char a = 5, c;
6 unsigned short b = 0;
7 unsigned d = 0x76543210;
9 void
10 foo (void)
12 c = d >> ~(a || ~b); /* { dg-warning "shift count is negative" } */