From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5030F3858D28; Tue, 27 Jun 2023 14:25:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5030F3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687875954; bh=XOvD2RwQksFujZgJYFxZmFQDh76oUIXLBP6aTuWivCU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HABA6C2hrr7v2PFjdR7gaEtLJqTRWaWGe7Qi6xfc0lmQ4ZuOwERHNBJVcPz+APkKg bBFPERL/Y6zK6IPcpUwK+K2Vcr5FT+9f/QhvpU1O8d8eaCpYUij4fkO+ywXkak2+N2 yVbRgzm8dE0LjkRH51/rdfecvvdjIfJOwrNUrSpo= From: "qinzhao at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/77650] struct with a nested flexible array followed by another member accepted Date: Tue, 27 Jun 2023 14:25:52 +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: 7.0 X-Bugzilla-Keywords: diagnostic, documentation X-Bugzilla-Severity: normal X-Bugzilla-Who: qinzhao at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: qinzhao 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=3D77650 --- Comment #8 from qinzhao at gcc dot gnu.org --- for record purpose, the code in glibc has already been fixed.=20 https://gcc.gnu.org/pipermail/gcc-patches/2023-February/611220.html=