From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 484BE385842C; Tue, 20 Dec 2022 21:15:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 484BE385842C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671570902; bh=3eGXZCUfE2Jb3N0eoNpdXbYMVbhXkiuYffF/zdO5IHs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=w1f4yb+G64Xn1/fhaT81OfXNvhwGT0xP1LHnhK/bhVUo0FX6ol2NDKooVRgAmgm8G /0c+Z3bK2REJwq/jD88rU/cez24GlpE/NXrZArciL8eP10oz2vc9zcs42+BfVuTGsb VTeBuk50C1zfyjO62jTqMYRp9tA/mZG2xNdatVLs= From: "james.hilliard1 at gmail dot com" 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, 20 Dec 2022 21:15:02 +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: james.hilliard1 at gmail dot com 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: 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 --- Comment #9 from James Hilliard --- (In reply to Andrew Pinski from comment #5) > Also Clang does not implement this warning at all. >=20 > It is a bug in bpf-next really. What would be the correct way to fix these in bpf-next?=