From: Richard Biener Date: Thu, 5 Aug 2021 09:39:50 +0000 (+0200) Subject: Adjust gcc.dg/vect/bb-slp-pr101756.c X-Git-Tag: basepoints/gcc-13~5556 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0fc1e66238e2e9fe0cbc6e5b77fd163bf887b2c;p=thirdparty%2Fgcc.git 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 --git a/gcc/testsuite/gcc.dg/vect/bb-slp-pr101756.c b/gcc/testsuite/gcc.dg/vect/bb-slp-pr101756.c index 9420e77f64e4..de7f18069269 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)