testsuite: Fix up c-c++-common/builtin-shufflevector-3.c testcase [PR101530]
This fixes: FAIL: c-c++-common/builtin-shufflevector-3.c -Wc++-compat (test for excess errors) Excess errors: .../gcc/testsuite/c-c++-common/builtin-shufflevector-3.c:6:1: warning: SSE vector argument without SSE enabled changes the ABI [-Wpsabi] 2022-01-12 Jakub Jelinek <jakub@redhat.com> PR middle-end/101530 * c-c++-common/builtin-shufflevector-3.c: Add -Wno-psabi to dg-options.
This commit is contained in:
parent
45ddb39518
commit
2c4dccb605
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-Wno-psabi" } */
|
||||
|
||||
typedef int __attribute__((__vector_size__ (sizeof(int)*4))) V;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue