From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4325D3952501; Thu, 27 Jul 2023 09:26:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4325D3952501 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1690449978; bh=3DASatgJOzAslQ21T6klIChmYMfG423eQiIGvDP5IWU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=AIV7W5YqgMCVH5tgro1hBJv4foWssqx9/uf1dOiAyVFD6uLdpaUh6Joiy8qgdfojM QKXoo2C54/9z3oHX+yKgudx73eKgEVThEEx4Vd2gsG+sGVd0pHB25aqCXytfH7dE9C 3UaODPfob5+vuZW9a2YKfxvehsjB2GxsCRJo/3GU= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/109828] [13/14 Regression] static compound literal with flexible array in initializer leads to invalid size and ICE Date: Thu, 27 Jul 2023 09:26:17 +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, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 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 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|13.2 |13.3 --- Comment #9 from Richard Biener --- GCC 13.2 is being released, retargeting bugs to GCC 13.3.=