1 2 3 4 5 6 7
/* { dg-options "-msoft-float" } */ void foo (void) { register float x asm ("$f0"); /* { dg-error "cannot be accessed" } */ }