testsuite: Fix up g++.target/i386/vec-tmpl1.C testcase [PR65211]
This test fails on i686-linux: Excess errors: .../gcc/testsuite/g++.target/i386/vec-tmpl1.C:13:27: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 2022-04-26 Jakub Jelinek <jakub@redhat.com> PR c++/65211 * g++.target/i386/vec-tmpl1.C: Add -Wno-psabi as dg-additional-options.
This commit is contained in:
parent
5face32b7f
commit
1b45ae16ff
@ -1,4 +1,5 @@
|
||||
// PR c++/65211
|
||||
// { dg-additional-options "-Wno-psabi" }
|
||||
// { dg-final { scan-assembler-not "movdqa" } }
|
||||
|
||||
typedef unsigned v4ui __attribute__ ((vector_size(16), aligned (16)));
|
||||
|
Loading…
Reference in New Issue
Block a user