1  /* { dg-do compile { target { ia32 } } } */
       2  /* { dg-options "-march=athlon" } */
       3  
       4  __float128 a;
       5  void b () { __asm__("" : "+r"(a)); } /* { dg-error "inconsistent operand constraints in an" } */
       1  /* { dg-do compile { target { ia32 } } } */
       2  /* { dg-options "-march=athlon" } */
       3  
       4  __float128 a;
       5  void b () { __asm__("" : "+r"(a)); } /* { dg-error "inconsistent operand constraints in an" } */