]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Adjust gcc.dg/vect/bb-slp-pr101756.c
authorRichard Biener <rguenther@suse.de>
Thu, 5 Aug 2021 09:39:50 +0000 (11:39 +0200)
committerRichard Biener <rguenther@suse.de>
Thu, 5 Aug 2021 09:41:38 +0000 (11:41 +0200)
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  <rguenther@suse.de>

* gcc.dg/vect/bb-slp-pr101756.c: Add -w.

gcc/testsuite/gcc.dg/vect/bb-slp-pr101756.c

index 9420e77f64e4b219c886facef0fea35725ed9d7a..de7f1806926919896634aa9da4d336da43ad23d8 100644 (file)
@@ -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)