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:
Jakub Jelinek 2021-04-06 11:46:32 +02:00
parent 16ea7f5789
commit ffc2331d79

View file

@ -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) {