From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C38823858D37; Tue, 27 Dec 2022 14:28:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C38823858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1672151284; bh=igo8mWXHH6+WGCQZpcDz0eliJLbIHRWsujmQOtK6lTs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kq8qZoMvHPW5cx9fAWlu1nqIlSQBrnhtWk58qBF3/ry/MEx1DmuTighpR6ozaXjj5 7Uk/oj+Ybj35MlFQFU80rztx5fSCvxEDkUlKKWox5x1VKog3HGzc0o2uzMZNmDzm0c TEOmRnlQFQg1jqwjXMzEAzJF9Cy4amuQ+3ghMIb4= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/105746] vector::resize causes Warray-bounds when optimizer uses __builtin_memcpy or __builtin_memmove since r12-2793-g81d6cdd335ffc60c Date: Tue, 27 Dec 2022 14:28:03 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 10.1.1 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords 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=3D105746 Martin Li=C5=A1ka changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs-bisection | --- Comment #5 from Martin Li=C5=A1ka --- Started with r10-5170-g268209f3a0dc07fc.=