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.
This commit is contained in:
parent
16ea7f5789
commit
ffc2331d79
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue