* gcc.dg/complex-6.c: Do not run dump scan tests for rx target.
authorJeff Law <law@redhat.com>
Sun, 17 Nov 2019 16:31:32 +0000 (09:31 -0700)
committerJeff Law <law@gcc.gnu.org>
Sun, 17 Nov 2019 16:31:32 +0000 (09:31 -0700)
From-SVN: r278376

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/complex-6.c

index 0a4ce6d845f5464f3665d9af97a25a7531dc8886..9ef0b137198cb4eee9cea80a2f5b78c99895c288 100644 (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.
index e70322bf6f378d1d6947de4c10f671bc0a7ded49..a7eae1e25138a0a477babe8760686f47514b2bf6 100644 (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*-*-* } } } } */