blob: a7249d0a910914e4df76372c8266830739429459 [file] [log] [blame]
/* 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'" } */
}