pr30848.c   [plain text]


/* { dg-do compile } */

void foo(double d)
{
  __asm__ ("" : "=u" (d));  /* { dg-error "output regs" } */
}