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: upstream/12.2.0~7540 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c3ab6266bc52c6d42bd1de015397b272515cf40c;p=platform%2Fupstream%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 da838e8..3869531 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