* gcc.target/visium/bit_shift.c: xfail.

From-SVN: r270105
This commit is contained in:
Jeff Law 2019-04-02 13:45:14 -06:00 committed by Jeff Law
parent f401d62362
commit 5e4ea79dc2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2019-04-02 Jeff Law <law@redhat.com>
* gcc.target/visium/bit_shift.c: xfail.
2019-04-02 Uroš Bizjak <ubizjak@gmail.com>
PR target/89902

View File

@ -10,4 +10,4 @@ int bit_shift (long int x)
return n;
}
/* { dg-final { scan-assembler-not "cmp" } } */
/* { dg-final { scan-assembler-not "cmp" { xfail *-*-* } } } */