From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B29C1385840D; Wed, 24 Apr 2024 02:10:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B29C1385840D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713924626; bh=v/Qhmhwe1Ah2nR/4vRuD+HETZalrDQRIH1B5y0TK4U0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hmJ2C8Eb58aQY+IajNR+bROBXagMO74yW46qNc1Aff9CJSC6zW/imHSrPdtMLeD/X Y35PgJK8SnsgkUR/dUpPo+6E3QWRRhi9TI/mTouqDgfHcCch9kZQ/IW0JXHZQL9dXf a4azovKTWdSyDy9fHktblbnLAhB06eS4Fa0qV4NE= 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: Wed, 24 Apr 2024 02:10:26 +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 #3 from Halalaluyafail3 --- Just tested on godbolt again and it cause an ICE, so perhaps something was changed to cause an ICE again. Also upon thinking about the implications of these types being compatible they probably shouldn't be compatible and it's either a defect in the standard or I missed something that would make these types incompatible.=