public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-2757] Adjust gcc.dg/vect/bb-slp-pr101756.c
@ 2021-08-05  9:41 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2021-08-05  9:41 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:f0fc1e66238e2e9fe0cbc6e5b77fd163bf887b2c

commit r12-2757-gf0fc1e66238e2e9fe0cbc6e5b77fd163bf887b2c
Author: Richard Biener <rguenther@suse.de>
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  <rguenther@suse.de>
    
            * 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)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-05  9:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-05  9:41 [gcc r12-2757] Adjust gcc.dg/vect/bb-slp-pr101756.c Richard Biener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).