PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr84742-1.c
blob07b822f311251029f3acc69e48608bd12f66f2dd
1 /* PR inline-asm/84742 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2" } */
5 void
6 foo ()
8 char b = 1;
9 asm volatile ("" : "+T,Y" (b)); /* { dg-error "impossible constraint in 'asm'" } */