PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr43638.c
blob9af06aedeb323ce5b7c3e9a11a79b28843ce1d75
1 /* PR target/43638 */
2 /* { dg-do compile } */
4 void
5 foo (void)
7 int x;
8 __asm __volatile ("mov $0,%e0" : "=r" (x)); /* { dg-error "invalid operand code" } */