From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F3B44386182B; Tue, 15 Dec 2020 10:03:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F3B44386182B From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/97092] [10/11 Regression] aarch64, SVE: ICE in ira-color.c since r10-4752-g2d56600c Date: Tue, 15 Dec 2020 10:03:17 +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: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: akrl at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.3 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2020 10:03:18 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D97092 --- Comment #11 from CVS Commits --- The releases/gcc-10 branch has been updated by Andrea Corallo : https://gcc.gnu.org/g:41a2a54476cba88376c4b30ca8b94b4a088a66ce commit r10-9153-g41a2a54476cba88376c4b30ca8b94b4a088a66ce Author: Andrea Corallo Date: Wed Dec 9 17:59:12 2020 +0100 ira.c: Fix ICE in ira-color [PR97092] 2020-12-10 Andrea Corallo gcc/ChangeLog 2020-12-10 Andrea Corallo PR rtl-optimization/97092 * ira-color.c (update_costs_from_allocno): Do not carry over mo= de between subsequent iterations. gcc/testsuite/ChangeLog 2020-12-10 Andrea Corallo * gcc.target/aarch64/sve/pr97092.c: New test.=