From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D139F3959C8F; Wed, 18 Mar 2020 22:08:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D139F3959C8F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1584569290; bh=Ahn6dtBYG37p1n5lVf0GcGh8FALQcluwsjJNOYjZa9Q=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hrEHmRc1ayxMqnm9IN9msFjClSsby9BJUTsxJxz/uKAhz7fjnxUUXwhtxqboxzlMn qbBH5r8jtAhSgrIhPYUh2socf8N4TGHJbBPAlSgLvBp7s0FaCqq2ojyBqMe4I6Y1CN K3RgOx2XP7wH9LEtdK/y9SRwYGGfbVSHDXD+5J6U= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/90275] [8/9 Regression] ICE: in insert_regs, at cse.c:1128 with -O2 -fno-dce -fno-tree-dce Date: Wed, 18 Mar 2020 22:08:10 +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: 10.0 X-Bugzilla-Keywords: ice-on-valid-code 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: law at redhat dot com X-Bugzilla-Target-Milestone: 8.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 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: Wed, 18 Mar 2020 22:08:10 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D90275 --- Comment #14 from CVS Commits --- The master branch has been updated by Jeff Law : https://gcc.gnu.org/g:529ea7d9596b26ba103578eeab448e9862a2d2c5 commit r10-7268-g529ea7d9596b26ba103578eeab448e9862a2d2c5 Author: Jeff Law Date: Wed Mar 18 16:07:28 2020 -0600 Complete change to resolve pr90275. PR rtl-optimization/90275 * cse.c (cse_insn): Delete no-op register moves too.=