From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3EF503858D39; Tue, 14 Mar 2023 11:35:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3EF503858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678793734; bh=stsiClTkuwjroxDH4PNiS3L9wMsLwlthVcTHsYDJS2Q=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mIb38TvA7pmo/TUmFeF7syzYe4naJ+m1SMZ2vCyrgMrLfwO4MfXnQDNJvNYbaeWad nOb9+LKN+bTGxc/2ZCpc61Dpdc23REZQ0eTPTW/PkHYHjrzJn0WKMP6fELurUTc2fo p9jG2orc7Xw3+sp0GH567QcaDBnasjxHUTSL+K3Y= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/107762] [13 Regression] Recent change causing regressions on s390-linux-gnu Date: Tue, 14 Mar 2023 11:35:34 +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: 13.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: ebotcazou at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107762 --- Comment #6 from Jakub Jelinek --- So perhaps make it dependent on targetm.have_insv () or targetm.have_insv () && get_traditional_extraction_insn (insn, type, mode, targetm.code_for_insv, 0, 3) or something like that (perhaps for GCC 14)? If it really is generally undesirable for targets with insv and desirable for ones without it.=