From: Richard Biener Date: Mon, 9 Feb 2026 12:13:30 +0000 (+0100) Subject: Silence diagnostics on gcc.dg/torture/pr117567.c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c577ee243221af3844120fc03cfd9122063cc55;p=thirdparty%2Fgcc.git Silence diagnostics on gcc.dg/torture/pr117567.c 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. PR testsuite/124036 * gcc.dg/torture/pr117567.c: Add -w. --- 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;