From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EF5483858C74; Tue, 21 Nov 2023 15:21:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EF5483858C74 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700580063; bh=G7gAZ8p2zknEIk98NoUB27eRHSWdRvieC0VKmyFM1ac=; h=From:To:Subject:Date:In-Reply-To:References:From; b=u/h5/483FRU6YPDoyOjMt0W450/xnZ7nhbDHJZeNvvcza22tfGAwIuYOTPwavOiLh J2A27AAoznbKjuBAc9geG65/tajNMppS/bdBnQQOlAoAww4sKnQdbCs2JhQV6ZrRzH BtCCGg2xYKetiiTjV8ZUbAfY7DqHLU0JdHKNUKmU= From: "ro at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/106120] [13 regression] g++.dg/warn/Wstringop-overflow-4.C fails since r13-1268-g8c99e307b20c50 Date: Tue, 21 Nov 2023 15:21:02 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: diagnostic, patch, testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D106120 Rainer Orth changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ro at gcc dot gnu.org --- Comment #10 from Rainer Orth --- Since 20230106, this test produces an XPASS, according to gcc-testresults postings this happens everywhere: +XPASS: g++.dg/warn/Wstringop-overflow-4.C -std=3Dgnu++98 pr106120 (test f= or bogus messages, line 144) The corresponding line is T (S (2), new int16_t[r_imin_imax + 1]); // { dg-bogus "into a region of size" "pr106120" { xfail { c++98_only } } } I think that xfail should just be removed?=