aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/pr82444.c
blob: cded3fe5cc8b83de2ee6d5e962acf74008a44876 (plain)
1
2
3
4
5
/* { dg-do compile { target { ia32 } } } */
/* { dg-options "-march=athlon" } */

__float128 a;
void b () { __asm__("" : "+r"(a)); } /* { dg-error "inconsistent operand constraints in an" } */