From: Alexandre Oliva Date: Tue, 21 Apr 2026 05:17:50 +0000 (-0300) Subject: Revert gcc.dg/torture/pr113026-1.c XFAILs/XPASSes [PR113524] X-Git-Tag: basepoints/gcc-17~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07f3cda2524ffdc17c311769dba43178769d019e;p=thirdparty%2Fgcc.git Revert gcc.dg/torture/pr113026-1.c XFAILs/XPASSes [PR113524] commit 14cd2833b27a9700aa8679fd0a090e8ae7a5f44a added xfails, but 2025-12-05's Richard Biener 's PR tree-optimization/120939 patch to skip gcc.dg/torture/pr113026-1.c when -ftracer had already taken care of them without XPASSes. for gcc/testsuite/ChangeLog PR tree-optimization/113524 * gcc.dg/torture/pr113026-1.c: Revert 2026-01-21's XFAIL of bogus warning on various 32-bit targets. --- diff --git a/gcc/testsuite/gcc.dg/torture/pr113026-1.c b/gcc/testsuite/gcc.dg/torture/pr113026-1.c index fbea6e2aa15..37b5281d547 100644 --- a/gcc/testsuite/gcc.dg/torture/pr113026-1.c +++ b/gcc/testsuite/gcc.dg/torture/pr113026-1.c @@ -9,5 +9,5 @@ void foo (char *src, long n) { for (long i = 0; i < n; i++) - dst[i] = src[i]; /* { dg-bogus "" "PR118504" { xfail { { arm-*-eabi arm-*-vxworks* sparc-leon3-elf } || { ilp32 && { { riscv*-*-* powerpc*-*-* } || { x86 && *-*-vxworks* } } } } } } */ + dst[i] = src[i]; /* { dg-bogus "" } */ }