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

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