PR rtl-optimization/87918
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr82444.c
blobcded3fe5cc8b83de2ee6d5e962acf74008a44876
1 /* { dg-do compile { target { ia32 } } } */
2 /* { dg-options "-march=athlon" } */
4 __float128 a;
5 void b () { __asm__("" : "+r"(a)); } /* { dg-error "inconsistent operand constraints in an" } */