From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 731AE3856278; Wed, 10 Aug 2022 10:36:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 731AE3856278 From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/106342] [12/13 Regression] internal compiler error: in extract_insn, at recog.cc:2791 since r12-4240-g2b8453c401b699 Date: Wed, 10 Aug 2022 10:36:08 +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: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.2 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, 10 Aug 2022 10:36:09 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D106342 --- Comment #8 from Jakub Jelinek --- commit r13-1955-g2f17f489de47d46626ed85804c3b810547ef550e=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 Author: Ilya Leoshkevich =20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20 Date: Fri Jul 29 16:14:10 2022 +0200=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 PR106342 - IBM zSystems: Provide vsel for all vector modes=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20 dg.exp=3Dpr104612.c fails with an ICE on s390x, because copysignv2sf3= =20=20=20=20=20=20=20=20=20 produces an insn that vsel is supposed to recognize, but can't,= =20=20=20=20=20=20=20 because it's not defined for V2SF. Fix by defining it for all vector= =20=20=20=20=20=20=20 modes supported by copysign3.=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 gcc/ChangeLog:=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 * config/s390/vector.md (V_HW_FT): New iterator.=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 * config/s390/vx-builtins.md (vsel): Use V_HW_FT instead= =20=20=20=20=20=20 of V_HW.=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 Unfortunately the commit didn't contain the PR number in the format hooks w= ant. Are you going to backport this to 12.2 (RC this Friday)?=