Commit b906729f by Jeff Law Committed by Jeff Law

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

From-SVN: r278376
parent cfe871e3
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> 2019-11-17 Jakub Jelinek <jakub@redhat.com>
* g++.dg/cpp2a/spaceship-err3.C: New test. * g++.dg/cpp2a/spaceship-err3.C: New test.
......
...@@ -9,5 +9,5 @@ foo (__complex float a, __complex float b) ...@@ -9,5 +9,5 @@ foo (__complex float a, __complex float b)
return a * b; return a * b;
} }
/* { dg-final { scan-tree-dump-times "unord" 1 "cplxlower1" } } */ /* { dg-final { scan-tree-dump-times "unord" 1 "cplxlower1" { target { ! rx*-*-* } } } } */
/* { dg-final { scan-tree-dump-times "__mulsc3" 1 "cplxlower1" } } */ /* { dg-final { scan-tree-dump-times "__mulsc3" 1 "cplxlower1" { target { ! rx*-*-* } } } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment