blob: cded3fe5cc8b83de2ee6d5e962acf74008a44876 [file] [log] [blame]
/* { dg-do compile { target { ia32 } } } */
/* { dg-options "-march=athlon" } */
__float128 a;
void b () { __asm__("" : "+r"(a)); } /* { dg-error "inconsistent operand constraints in an" } */