From b906729f81745faae62f2042185858bb48aa40b2 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sun, 17 Nov 2019 09:31:32 -0700 Subject: [PATCH] * gcc.dg/complex-6.c: Do not run dump scan tests for rx target. From-SVN: r278376 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/complex-6.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0a4ce6d845f..9ef0b137198 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2019-11-17 Jeff Law + + * gcc.dg/complex-6.c: Do not run dump scan tests for rx target. + 2019-11-17 Jakub Jelinek * g++.dg/cpp2a/spaceship-err3.C: New test. 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*-*-* } } } } */