* gcc.dg/complex-6.c: Do not run dump scan tests for rx target.

From-SVN: r278376
This commit is contained in:
Jeff Law 2019-11-17 09:31:32 -07:00 committed by Jeff Law
parent cfe871e3ec
commit b906729f81
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2019-11-17 Jeff Law <law@redhat.com>
* gcc.dg/complex-6.c: Do not run dump scan tests for rx target.
2019-11-17 Jakub Jelinek <jakub@redhat.com>
* g++.dg/cpp2a/spaceship-err3.C: New test.

View File

@ -9,5 +9,5 @@ foo (__complex float a, __complex float b)
return a * b;
}
/* { dg-final { scan-tree-dump-times "unord" 1 "cplxlower1" } } */
/* { dg-final { scan-tree-dump-times "__mulsc3" 1 "cplxlower1" } } */
/* { dg-final { scan-tree-dump-times "unord" 1 "cplxlower1" { target { ! rx*-*-* } } } } */
/* { dg-final { scan-tree-dump-times "__mulsc3" 1 "cplxlower1" { target { ! rx*-*-* } } } } */