public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-8000] testsuite: Fix up g++.dg/ext/vector40.C test
@ 2021-04-06  9:47 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2021-04-06  9:47 UTC (permalink / raw)
  To: gcc-cvs

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

commit r11-8000-gffc2331d7994d7fabb1f6ebed931024a9bbe69f2
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Tue Apr 6 11:46:32 2021 +0200

    testsuite: Fix up g++.dg/ext/vector40.C test
    
    The test FAILs on i686-linux due to -Wpsabi diagnostics.
    
    2021-04-06  Jakub Jelinek  <jakub@redhat.com>
    
            PR c++/97900
            * g++.dg/ext/vector40.C: Add -Wno-psabi -w to dg-options.

Diff:
---
 gcc/testsuite/g++.dg/ext/vector40.C | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/g++.dg/ext/vector40.C b/gcc/testsuite/g++.dg/ext/vector40.C
index 885afb058a5..66b6b6482e1 100644
--- a/gcc/testsuite/g++.dg/ext/vector40.C
+++ b/gcc/testsuite/g++.dg/ext/vector40.C
@@ -1,4 +1,5 @@
 // PR c++/97900
+// { dg-options "-Wno-psabi -w" }
 
 template<typename T>
 T test(T __attribute__((vector_size(2 * sizeof(T)))) vec) {


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

only message in thread, other threads:[~2021-04-06  9:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-06  9:47 [gcc r11-8000] testsuite: Fix up g++.dg/ext/vector40.C test Jakub Jelinek

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).