aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>2022-01-22 18:25:06 -0500
committerDavid Edelsohn <dje.gcc@gmail.com>2022-01-23 20:09:15 -0500
commit7b84fa2a2dda4ba05fce23c3cff2b7281c6d9862 (patch)
tree658d8e78734cf6a3b749b3fbf49a5350c8808d8f
parent4d2321314a656dd3e30117e2a5266cbacb1e60eb (diff)
downloadgcc-7b84fa2a2dda4ba05fce23c3cff2b7281c6d9862.zip
gcc-7b84fa2a2dda4ba05fce23c3cff2b7281c6d9862.tar.gz
gcc-7b84fa2a2dda4ba05fce23c3cff2b7281c6d9862.tar.bz2
testsuite: Ignore pr104159 psabi warning.
gcc/testsuite/ChangeLog: * gcc.dg/analyzer/torture/pr104159.c: Ignore psabi warning.
-rw-r--r--gcc/testsuite/gcc.dg/analyzer/torture/pr104159.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/analyzer/torture/pr104159.c b/gcc/testsuite/gcc.dg/analyzer/torture/pr104159.c
index 1346b4b..ad85d08 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;