From: Jakub Jelinek Date: Wed, 2 Jun 2021 08:24:56 +0000 (+0200) Subject: testsuite: Add -Wno-psabi -w to g++.dg/ext/builtin-shufflevector-1.C X-Git-Tag: basepoints/gcc-13~7156 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3ab6266bc52c6d42bd1de015397b272515cf40c;p=thirdparty%2Fgcc.git testsuite: Add -Wno-psabi -w to g++.dg/ext/builtin-shufflevector-1.C The testcase without this FAILs on i686-linux, where we warn about returning of a generic vector changing the ABI. 2021-06-02 Jakub Jelinek * g++.dg/ext/builtin-shufflevector-1.C: Add -Wno-psabi -w to dg-options. --- diff --git a/gcc/testsuite/g++.dg/ext/builtin-shufflevector-1.C b/gcc/testsuite/g++.dg/ext/builtin-shufflevector-1.C index da838e8ca6c4..386953153dcc 100644 --- a/gcc/testsuite/g++.dg/ext/builtin-shufflevector-1.C +++ b/gcc/testsuite/g++.dg/ext/builtin-shufflevector-1.C @@ -1,4 +1,5 @@ // { dg-do compile { target c++11 } } +// { dg-options "-Wno-psabi -w" } template struct shufflevector