testsuite: Fix up pr106243* tests on i686-linux [PR106243]

These 2 tests were FAILing on i686-linux or e.g. with
--target_board=unix/-m32/-mno-sse on x86_64-linux due to
-Wpsabi warnings.

2022-08-11  Jakub Jelinek  <jakub@redhat.com>

	PR tree-optimization/106243
	* gcc.dg/pr106243.c: Add -Wno-psabi to dg-options.
	* gcc.dg/pr106243-1.c: Likewise.
This commit is contained in:
Jakub Jelinek 2022-08-11 10:29:06 +02:00
parent 8e69f2a6e9
commit 621f536225
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/* PR tree-optimization/106243 */
/* { dg-do run } */
/* { dg-options "-O2" } */
/* { dg-options "-O2 -Wno-psabi" } */
#include "pr106243.c"

View File

@ -1,6 +1,6 @@
/* PR tree-optimization/106243 */
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
/* { dg-options "-O2 -Wno-psabi -fdump-tree-optimized" } */
#define vector __attribute__((vector_size(4*sizeof(int))))