Message ID | 6ccc3b75-bd42-e339-b717-eaad47f9f3c2@redhat.com |
---|---|
State | New |
Headers | show |
Series | [committed] Fix complex-6 for rx target | expand |
diff --git a/gcc/testsuite/gcc.dg/complex-6.c b/gcc/testsuite/gcc.dg/complex-6.c index e70322bf6f3..a7eae1e2513 100644 --- a/gcc/testsuite/gcc.dg/complex-6.c +++ b/gcc/testsuite/gcc.dg/complex-6.c @@ -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*-*-* } } } } */