From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BB4663858CDA; Tue, 16 Apr 2024 17:18:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BB4663858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713287917; bh=A8mS0eqCvGiJSI8VN6alILttVjuLAsOLGxuMYK6pdrI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=e5bAK0tEmKEXnlu+I2dhKLifawt3umz4X6J3S+S1NSuAMCYa3wykhaE0WEGC1sOu2 nKH8ckK0fWV0jSleskqlUEBPBkqkVOEuyq/FjPgd1FdPS1ShK3xTA1Bsvz8fE/s1BN DdefRDxc2Q4H2rJGrzYMOCUd5dEltt5SFRDdMspg= From: "luigighiron at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/114723] ICE when checking for type compatibility with structure that contains flexible array member (C23) Date: Tue, 16 Apr 2024 17:18:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: luigighiron at gmail dot com 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=3D114723 --- Comment #2 from Halalaluyafail3 --- (In reply to Richard Biener from comment #1) > This seems to be fixed recently? I just tested the code on godbolt again, and it doesn't seem to generate an= ICE anymore. However, it does seem to generate "incompatible" which seems to be incorrect unless there is something that I missed in the standard which wou= ld make these types incompatible.=