The testcase now is diagnosed on s390x which has upped completely
peel times limits.  It's clearly doing a bogus access at e[-63],
but it's a compile-time only test, so silence diagnostics.

Tested on x86_64-unknown-linux-gnu, pushed.

        PR testsuite/124036
        * gcc.dg/torture/pr117567.c: Add -w.
---
 gcc/testsuite/gcc.dg/torture/pr117567.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/torture/pr117567.c 
b/gcc/testsuite/gcc.dg/torture/pr117567.c
index e9630a524c4..57d4775654e 100644
--- a/gcc/testsuite/gcc.dg/torture/pr117567.c
+++ b/gcc/testsuite/gcc.dg/torture/pr117567.c
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target int32plus } */
-/* { dg-additional-options "-fwrapv" } */
+/* { dg-additional-options "-fwrapv -w" } */
 
 extern signed char a[];
 long b;
-- 
2.51.0

Reply via email to