From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BD7E6386F41A; Fri, 19 Mar 2021 19:36:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BD7E6386F41A From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/99663] [11 Regression] ICE in extract_constrain_insn, at recog.c:2670 on s390x-linux-gnu Date: Fri, 19 Mar 2021 19:36:16 +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: 11.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: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.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: Fri, 19 Mar 2021 19:36:16 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D99663 --- Comment #10 from CVS Commits --- The master branch has been updated by Vladimir Makarov : https://gcc.gnu.org/g:d81019db099ad95febbb2d4b4afd8cbe95762062 commit r11-7741-gd81019db099ad95febbb2d4b4afd8cbe95762062 Author: Vladimir N. Makarov Date: Fri Mar 19 15:34:48 2021 -0400 [PR99663] Don't use unknown constraint for address constraint in process_address_1. s390x has insns using several alternatives with address constraints. E= ven if we don't know at this stage what alternative will be used, we still = can say that is an address constraint. So don't use unknown constraint in this case when there are multiple constraints or/and alternative. gcc/ChangeLog: PR target/99663 * lra-constraints.c (process_address_1): Don't use unknown constraint for address constraint. gcc/testsuite/ChangeLog: PR target/99663 * gcc.target/s390/pr99663.c: New.=