1 2 3 4 5 6
/* { dg-do compile } */ void foo(double d) { __asm__ ("" : "=u" (d)); /* { dg-error "output regs" } */ }