testsuite: Ignore pr104159 psabi warning.
authorDavid Edelsohn <dje.gcc@gmail.com>
Sat, 22 Jan 2022 23:25:06 +0000 (18:25 -0500)
committerDavid Edelsohn <dje.gcc@gmail.com>
Mon, 24 Jan 2022 01:09:15 +0000 (20:09 -0500)
gcc/testsuite/ChangeLog:

* gcc.dg/analyzer/torture/pr104159.c: Ignore psabi warning.

gcc/testsuite/gcc.dg/analyzer/torture/pr104159.c

index 1346b4b..ad85d08 100644 (file)
@@ -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;