From: David Edelsohn Date: Sat, 22 Jan 2022 23:25:06 +0000 (-0500) Subject: testsuite: Ignore pr104159 psabi warning. X-Git-Tag: basepoints/gcc-13~1481 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b84fa2a2dda4ba05fce23c3cff2b7281c6d9862;p=thirdparty%2Fgcc.git testsuite: Ignore pr104159 psabi warning. gcc/testsuite/ChangeLog: * gcc.dg/analyzer/torture/pr104159.c: Ignore psabi warning. --- diff --git a/gcc/testsuite/gcc.dg/analyzer/torture/pr104159.c b/gcc/testsuite/gcc.dg/analyzer/torture/pr104159.c index 1346b4b60639..ad85d084b396 100644 --- a/gcc/testsuite/gcc.dg/analyzer/torture/pr104159.c +++ b/gcc/testsuite/gcc.dg/analyzer/torture/pr104159.c @@ -1,4 +1,4 @@ -/* { dg-additional-options "-Wno-analyzer-use-of-uninitialized-value" } */ +/* { dg-additional-options "-Wno-analyzer-use-of-uninitialized-value -Wno-psabi" } */ typedef int __attribute__((__vector_size__(4))) T; typedef unsigned __attribute__((__vector_size__(4))) U;