Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr85030.c
blobff41df6bb643c0ae0e3dd787737f0a80eefca1e4
1 /* { dg-do compile } */
2 /* { dg-options "-O1" } */
3 struct S { int c, *b, *e; };
5 void
6 foo ()
8 struct S a;
9 asm volatile ("" : "=rm" (a) : "0" (1)); /* { dg-error "inconsistent operand constraints in an 'asm'" } */