From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4C946385E836; Fri, 3 May 2024 01:40:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4C946385E836 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714700404; bh=VxO7VqmbeGLoQTNd7+LJresBhZrHtGs8KpegLt3Wtnc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=E4XCzBJxnDdV3hk0h7GURsLwWEsY2SNfZJvr3wGmvRZC133zxdSRYX2OphmwIJY/r uGMNVb7AP7i+68z4EaIaDE/xGeZ1dE1bDwM327ImxDIifaTpvHQCSf69dAx0JjulhI MNvzu3ldO8R3Ooyo2ASUQRWg8iXfvhAIVE+3lqu4= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/114930] ICE in fld_incomplete_type_of when building libwebp with -std=c23 -flto Date: Fri, 03 May 2024 01:40:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: 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=3D114930 --- Comment #1 from Sam James --- reduced: ``` typedef struct WebPPicture WebPPicture; typedef int (*WebPProgressHook)(const WebPPicture *); WebPProgressHook progress_hook; struct WebPPicture { } WebPGetColorPalette(const struct WebPPicture *); ```=