Tested on aarch64-linux-gnu, x86_64-linux-gnu and powerpc64le-linux-gnu.
Pushed as obvious.

Richard


2020-01-28  Richard Sandiford  <richard.sandif...@arm.com>

gcc/testsuite/
        PR testsuite/93460
        * gcc.dg/torture/pr93170.c: Add -Wpsabi.
---
 gcc/testsuite/gcc.dg/torture/pr93170.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/gcc.dg/torture/pr93170.c 
b/gcc/testsuite/gcc.dg/torture/pr93170.c
index 25a93a3743e..80910bfb3d5 100644
--- a/gcc/testsuite/gcc.dg/torture/pr93170.c
+++ b/gcc/testsuite/gcc.dg/torture/pr93170.c
@@ -1,5 +1,6 @@
 /* { dg-do run } */
 /* { dg-require-effective-target int128 } */
+/* { dg-options "-Wno-psabi" } */
 /* { dg-additional-options "-frename-registers -fno-tree-forwprop 
-fno-tree-fre -fira-algorithm=priority -mstringop-strategy=loop 
--param=hot-bb-frequency-fraction=0 -Wno-psabi" { target { x86_64-*-* i?86-*-* 
} } } */
 
 typedef unsigned char v64u8 __attribute__ ((vector_size (64)));

Reply via email to