From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1E5EB3858434; Thu, 26 Aug 2021 15:27:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1E5EB3858434 From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/102057] [12 Regression] ICE at -O2 in extract_constrain_insn, at recog.c:2670 Date: Thu, 26 Aug 2021 15:27:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 12.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: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.0 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: Thu, 26 Aug 2021 15:27:21 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D102057 --- Comment #5 from CVS Commits --- The master branch has been updated by Uros Bizjak : https://gcc.gnu.org/g:226eb7ff5d73669184a4a56cd348fa6c46b3ec52 commit r12-3162-g226eb7ff5d73669184a4a56cd348fa6c46b3ec52 Author: Uros Bizjak Date: Thu Aug 26 17:26:06 2021 +0200 [i386] Set all_regs to true in the call to replace_rtx [PR102057] We want to replace all REGs equal to FROM. 2021-08-26 Uro=C3=85=C2=A1 Bizjak gcc/ PR target/102057 * config/i386/i386.md (cmove reg-reg move elimination peephole2= s): Set all_regs to true in the call to replace_rtx.=