From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E64F53858C53; Thu, 2 Feb 2023 18:53:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E64F53858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675364019; bh=BeZfK1ftBlNSb655pWgrRSkBu5fqb3zWAUtRnRrrR6s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=cho5l14vvFXZKNrO2kqc4xxPR8lewCc9NZrGxkp5J/Q6XsSbul0mR21zfu7j0pGcP yFlwMckZTmk974YwPzJiTpnUA7hmK2/AFeQNPMscoVF6Yue64P9jiPWv+Pnw3THZ/c OBnE0lRPnIbpglr+YgF4L6cqdln4jyoYHRLrxI7k= From: "hp at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107561] [13 Regression] g++.dg/pr71488.C and [g++.dg/warn/Warray-bounds-16.C -m32] regression due to -Wstringop-overflow problem Date: Thu, 02 Feb 2023 18:53:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: diagnostic, testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: hp at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: 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=3D107561 Hans-Peter Nilsson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hp at gcc dot gnu.org --- Comment #6 from Hans-Peter Nilsson --- IMHO these tests and AFAICT the underlying issue has seen no attention for months and should be xfailed. On it...=