From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F2BB53858D35; Tue, 7 May 2024 02:08:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F2BB53858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715047716; bh=3hfey+yxNzEaaaaUe2RwEvTh+xii2XBmvvi/J0wpU/8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vzJQZDEfnQ+XCP2gZvo3j6Lj8KAAjxc4vQlJBjs+viieTMabBtW0F+eCFITOWMpk5 +dWwW6LBoGVriRH0N883WMZWVGiBiRgjYRfnphaIvvGGlo0rouH9gEkcRSZJ0zZya0 ZVo/lo/QT1XkYmvRrtECPKKwmcq+K4GmBNFf2DhU= From: "dxu at dxuuu dot xyz" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/108189] anonymous struct declared inside parameter list will not be visible outside of this definition or declaration Date: Tue, 07 May 2024 02:08:31 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dxu at dxuuu dot xyz X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: MOVED 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: cc 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=3D108189 Daniel Xu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dxu at dxuuu dot xyz --- Comment #12 from Daniel Xu --- I was fighting this warning as well (for bpftrace tests). I believe the part of the C23 standard being referred to is https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3037.pdf=