aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/gcc/testsuite/gcc.target/i386/pr30848.c
blob: 2a92851516c60846057188a37fc8b9d99761af00 (plain)
1
2
3
4
5
6
/* { dg-do compile } */

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