From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0D12E3858419; Sat, 3 Feb 2024 22:04:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0D12E3858419 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706997840; bh=NKzjTQey1s+yq2xjO+PHEQqtbvtbWm7WFrOCEeTcz6U=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aVbTI/8mDtKVVAtbLtycvZYEbxRXqFPAdpI/+JgvTsUUiM7dffUQhKnOJZKIzzsha c34U2JwQqEJu5zkJ5J7Ipeszqe5wRpiGaUmo3hJMg1XxDa5Kpm2sN5kOR3KSUnrO/C 6dlAAabbEuOGwfZu6cRdBC8DIo7dcJxIBaj7xYBs= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/113588] [14 Regression] The vectorizer is introducing out-of-bounds memory access Date: Sat, 03 Feb 2024 22:03:59 +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: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: tnfchris at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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=3D113588 Sam James changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #7 from Sam James --- done, I think=