From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5D9983858C2D; Tue, 29 Nov 2022 03:47:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5D9983858C2D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669693643; bh=jUF9RNRrbbGBZoyj8QZasojeUnIusHSaPCEFykwL0yI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xJnmHvWzNT6rER/2RTbiCgGgSd07pODPR2/ZqnXNn1LpAvQ26lYP8oo+Cuf0qUxEF St+kP7rWtblnh6D8vobJonys0SSXH6Sf7GKnmpo1/Kwj2hoeQez7Oc1iI6cAZ/ONSN logPOkFwLi7ZAxWbgsNYEhN+wbxclzC4YSzFeD5I= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/107482] [10/11/12 Regression] out-of-bounds heap access in IRA since r6-3496-g86f0bef37378a0 Date: Tue, 29 Nov 2022 03:47:23 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ice-on-valid-code, ra X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D107482 --- Comment #11 from CVS Commits --- The releases/gcc-10 branch has been updated by Max Filippov : https://gcc.gnu.org/g:bd6963543042ce713d290c23e098de84865a287f commit r10-11100-gbd6963543042ce713d290c23e098de84865a287f Author: Max Filippov Date: Mon Nov 7 13:58:49 2022 -0800 gcc: fix PR rtl-optimization/107482 gcc/ PR rtl-optimization/107482 * ira-color.c (assign_hard_reg): Only call update_costs_from_copies when retry_p is false. (cherry picked from commit e581490f0cfa80c58d2b648d71a44a597fbe3008)=