2016-12-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
[official-gcc.git] / gcc / testsuite / gcc.target / avr / torture / pr51374-1.c
blob9c98ea5f8e036dec26460e995ee8368846278fa2
1 /* PR rtl-optimization/51374 */
2 /* { dg-do compile } */
4 void vector_18 (void)
6 extern char slot;
7 unsigned char status = (*(volatile unsigned char*) 0x2B);
8 unsigned char data = (*(volatile unsigned char*) 0x2C);
10 if (status & 0x10)
11 slot = 0;
14 /* { dg-final { scan-assembler-not "\tsbic " } } */
15 /* { dg-final { scan-assembler-not "\tsbis " } } */