From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1E6473858D3C; Thu, 2 May 2024 07:56:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1E6473858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714636603; bh=T7QMjXLWOxORg5WcSN4cyGoEmkR/XfIGOIcZZRDReew=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RX7p1UdfP9okDA/TDBHc4lnA40Oj9eZ4AW1QNxSA/EVAHjpDAVzFCtRBWXRMtNfzs CYdolgQkK6tStbRsK+aEe/wMJzonuNkQ2m0ZI6Mdx6b8bsrw0weNHp5C32mHtUwidu 8aV2G6YgHbYLO1vko/BlVly3lz/0sMSnc7Tpy808= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug lto/114918] ICE when building gcl with LTO Date: Thu, 02 May 2024 07:56:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: lto X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-checking X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D114918 --- Comment #3 from Sam James --- Reduced (!): ``` typedef struct lispunion *object; struct lispunion {}; object Icall_gen_error_handler_noreturn() __attribute__((noreturn)); volatile object sLblock; void(Fblock)(volatile object) { Icall_gen_error_handler_noreturn(); } ```=