From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B41863858023; Mon, 18 Dec 2023 19:30:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B41863858023 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1702927813; bh=vuaZRG5cN/mce4UbV+tleFvkbO+7pIqHR+xwCOT+kF8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GPRoix3prxuLSof9Gqx9gzozAxML5xJluYHU4n0mqTRzy8fHzRJPb0Kg70I0v4VxS 7Y3tcYJCRI+uwZOb11Dkmp3FSfJR5D5aQZd9Rk2Wb7ww6Di0lqrA377ndKbLvNHRM7 5d+QgZIUFtQldSDWxZcHxsnnriQ9SJ9RUSEJG9AQ= From: "a.elovikov at gmail dot com" 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: Mon, 18 Dec 2023 19:30:12 +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: a.elovikov at gmail dot com 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: 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 --- Comment #15 from Andrei Elovikov --- I'd like to point out that while the first reproducer (https://godbolt.org/z/3vzejjWcq) started to pass now on godbolt, the second (https://godbolt.org/z/cEh1W7PdG) still fails with an ICE. Please let me kn= ow if you'd prefer me to submit a separate report for it.=