From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1666) id 401AF3858007; Thu, 5 Aug 2021 09:41:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 401AF3858007 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Richard Biener To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-2757] Adjust gcc.dg/vect/bb-slp-pr101756.c X-Act-Checkin: gcc X-Git-Author: Richard Biener X-Git-Refname: refs/heads/master X-Git-Oldrev: d0a5624bb40470cb0ee03fe86530118ca6de0b3a X-Git-Newrev: f0fc1e66238e2e9fe0cbc6e5b77fd163bf887b2c Message-Id: <20210805094157.401AF3858007@sourceware.org> Date: Thu, 5 Aug 2021 09:41:57 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Aug 2021 09:41:57 -0000 https://gcc.gnu.org/g:f0fc1e66238e2e9fe0cbc6e5b77fd163bf887b2c commit r12-2757-gf0fc1e66238e2e9fe0cbc6e5b77fd163bf887b2c Author: Richard Biener Date: Thu Aug 5 11:39:50 2021 +0200 Adjust gcc.dg/vect/bb-slp-pr101756.c This adjusts the testcase for excess diagnostics emitted by some targets because of the attribute simd usage like warning: GCC does not currently support mixed size types for 'simd' functions on aarch64. 2021-08-05 Richard Biener * gcc.dg/vect/bb-slp-pr101756.c: Add -w. Diff: --- gcc/testsuite/gcc.dg/vect/bb-slp-pr101756.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/testsuite/gcc.dg/vect/bb-slp-pr101756.c b/gcc/testsuite/gcc.dg/vect/bb-slp-pr101756.c index 9420e77f64e..de7f1806926 100644 --- a/gcc/testsuite/gcc.dg/vect/bb-slp-pr101756.c +++ b/gcc/testsuite/gcc.dg/vect/bb-slp-pr101756.c @@ -1,4 +1,6 @@ /* { dg-do compile } */ +/* SIMD support can emit additional diagnostics. */ +/* { dg-additional-options "-w" } */ __attribute__ ((simd)) int tq (long int ea, int of, int kk)