Rebase.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr58048.c
bloba7249d0a910914e4df76372c8266830739429459
1 /* PR target/58048 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2" } */
5 void
6 div3 (void)
8 double tmp1;
10 asm volatile ("fscale":"=t" (tmp1):"0" (0), "u" (0)); /* { dg-error "inconsistent operand constraints in an 'asm'" } */