]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Silence diagnostics on gcc.dg/torture/pr117567.c
authorRichard Biener <rguenther@suse.de>
Mon, 9 Feb 2026 12:13:30 +0000 (13:13 +0100)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 9 Feb 2026 12:15:28 +0000 (13:15 +0100)
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.

gcc/testsuite/gcc.dg/torture/pr117567.c

index e9630a524c48fa2f71c6640010cf133b8352c5cc..57d4775654e4db83628c32717e95bd892479ec0c 100644 (file)
@@ -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;