From: Jakub Jelinek Date: Tue, 8 Dec 2020 23:35:04 +0000 (+0100) Subject: testsuite: Fix up testcase for ia32 [PR98191] X-Git-Tag: basepoints/gcc-12~2387 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab3a5ff07cd7f7101ac6f7f0635c485aad73f47e;p=thirdparty%2Fgcc.git testsuite: Fix up testcase for ia32 [PR98191] 2020-12-09 Jakub Jelinek PR tree-optimization/98191 * gcc.dg/torture/pr98191.c: Add dg-additional-options with -w -Wno-psabi. --- diff --git a/gcc/testsuite/gcc.dg/torture/pr98191.c b/gcc/testsuite/gcc.dg/torture/pr98191.c index 93cd27c21e18..7c4a6d19613a 100644 --- a/gcc/testsuite/gcc.dg/torture/pr98191.c +++ b/gcc/testsuite/gcc.dg/torture/pr98191.c @@ -1,4 +1,5 @@ /* { dg-do compile } */ +/* { dg-additional-options "-w -Wno-psabi" } */ typedef double v2df __attribute__((vector_size(2*sizeof(double))));