From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8D8D5385DC28; Tue, 5 Dec 2023 17:02:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8D8D5385DC28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701795727; bh=Nmr6HJMc24Ispp4PrmlQXe70hQzjvvkz7Hwg88WRKBk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VIKYKRXITKfAf+5YyHi75ZKFg0ZUnVzq+mNn4bHK/H7bHM2R9ACPYIYzmbOn1J7VP 9Mqq6SnB6JqKaPY1F7SoPW44mPrK9UrbSce7zpEWbJTbSyDRLNbu5oQqDHVt7/TNSr GHPHIKxVzwmqGk3nITmTFDaGfb1fX/VyafbC5ru0= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112816] [11/12 Regression] ICE unrecognizable_insn with __builtin_signbit and returning struct with int[4] Date: Tue, 05 Dec 2023 17:02:07 +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.4.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc 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=3D112816 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11/12/13 Regression] ICE |[11/12 Regression] ICE |unrecognizable_insn with |unrecognizable_insn with |__builtin_signbit and |__builtin_signbit and |returning struct with |returning struct with |int[4] |int[4] --- Comment #12 from Jakub Jelinek --- Now fixed for 13.3 as well.=