aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/pr58048.c
blob: a7249d0a910914e4df76372c8266830739429459 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* PR target/58048 */
/* { dg-do compile } */
/* { dg-options "-O2" } */

void
div3 (void)
{
    double tmp1;

    asm volatile ("fscale":"=t" (tmp1):"0" (0), "u" (0)); /* { dg-error "inconsistent operand constraints in an 'asm'"  } */
}