From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B6BCF3858C60; Tue, 21 May 2024 09:15:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B6BCF3858C60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1716282919; bh=U1m9jtzOCGeZ8vN+b6i3LW69QW9SlisS9wPa7LFWs68=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MAJuJXNs8AhSm+8mQzPOaGZn/FvDYI0HKMASrzq6wua5JLrgUIMrhSMSdDbZ4SAL8 o82KTFKlvIN6WqcU5OXEFa6CvvI+CEQ0tEvDsWo/NdFtO005tlwSo9zdWUh7xka0S2 gYb+XIw08vhxW9bITh0iYF6/9Vko5j9dHWIFL/F0= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/109828] [13/14/15 Regression] static compound literal with flexible array in initializer leads to invalid size and ICE Date: Tue, 21 May 2024 09:15:19 +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: 13.1.0 X-Bugzilla-Keywords: accepts-invalid, assemble-failure, ice-checking, ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone 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=3D109828 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|13.3 |13.4 --- Comment #12 from Jakub Jelinek --- GCC 13.3 is being released, retargeting bugs to GCC 13.4.=