[MAINTAINERS] Update email and move to DCO
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr71693.c
blobfc9249c922c891d026c147ebb4246b8ea6fda0e6
1 /* PR middle-end/71693 */
3 unsigned short v;
5 void
6 foo (int x)
8 v = ((((unsigned short) (0x0001 | (x & 0x0070) | 0x0100) & 0x00ffU) << 8)
9 | (((unsigned short) (0x0001 | (x & 0x0070) | 0x0100) >> 8) & 0x00ffU));