From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 09CFC386181C; Mon, 4 Dec 2023 08:02:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 09CFC386181C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701676957; bh=mMuq4pSZy36ztcTsyAZbVxqO4fRkj1c2xZUU3EZuYdU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=E7ATlRD/OSF5frpiq17d5r+GLcAC7UwWhV7NdcxMmrEFJjDBYxb7WTVM4nPJikaPM k9VPgvcgz9Lk4PeGbY0VuAufv9scy/71LGrXjj/bafe6RhEt0RyDeoHhPj1T5N+HT3 GxK+Q0oknED0e5czVPMT30nVtvuosxWsUHEYHcwQ= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112816] [11/12/13 Regression] ICE unrecognizable_insn with __builtin_signbit and returning struct with int[4] Date: Mon, 04 Dec 2023 08:02:36 +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/14 Regression] |[11/12/13 Regression] ICE |ICE unrecognizable_insn |unrecognizable_insn with |with __builtin_signbit and |__builtin_signbit and |returning struct with |returning struct with |int[4] |int[4] --- Comment #8 from Jakub Jelinek --- Fixed on the trunk so far.=