From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7C6E9385843F; Tue, 8 Nov 2022 09:30:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7C6E9385843F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667899854; bh=WUKO+gwhFoA32iMSzEyrIc2z5mZYOJEZnnFndpLViEg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kKtqRW9sD4tJbrX8JeVXKi1YNiytnBjKD5fKpNpwBS7X0FhY02/sQwhwNew6NTyBY IUL210/eK69QOJ7htb5YiOKWaYSS5y3i7sZ5VqshdlC3OIhsw8Vx27ndPElx4KeX5k ETNeSqcev1clrad93T1UoFEcTE/CKZST8xFMGY+M= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/107482] [10/11/12/13 Regression] out-of-bounds heap access in IRA since r6-3496-g86f0bef37378a0 Date: Tue, 08 Nov 2022 09:30:52 +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: UNCONFIRMED 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 #7 from CVS Commits --- The master branch has been updated by Max Filippov : https://gcc.gnu.org/g:e581490f0cfa80c58d2b648d71a44a597fbe3008 commit r13-3801-ge581490f0cfa80c58d2b648d71a44a597fbe3008 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.cc (assign_hard_reg): Only call update_costs_from_copies when retry_p is false.=