From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D3FF5385E836; Fri, 3 May 2024 01:41:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D3FF5385E836 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714700498; bh=a0sxMBT4NeI2bk/mvqEJsKu/5EB6bTIbE1z+bKChNuU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gSNvgK2u1Bg2GfKZpl7WPzywS8McMmj8LJuSISd8i2Tp5dgghN9RlDaoQEl+lBKp1 8q2Qv+W9dYYPdn0ggobVrZbHY/I63XzNdSgwWZ2EvVjF978EqUjKcjSGl0Gj1KOfQ+ UsppIhSK88X8RF+2LO8o6s3EFZY6QJZellZhTdDI= From: "pinskia 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:41:38 +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: pinskia 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: see_also 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 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D114927 --- Comment #2 from Andrew Pinski --- (In reply to Sam James from comment #1) > reduced: > ``` > typedef struct WebPPicture WebPPicture; > typedef int (*WebPProgressHook)(const WebPPicture *); > WebPProgressHook progress_hook; > struct WebPPicture { > } WebPGetColorPalette(const struct WebPPicture *); > ``` This looks almost the same issue as PR 114927.=