From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5E09F3857B8E; Fri, 21 Oct 2022 03:55:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5E09F3857B8E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666324553; bh=Kwg+qxStSMXbq6kCCmLnEuZCWjn1fYBeb9yPg4rYERQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=oGFpPPUvoRbs2NgEIG38253SnRfcO5raYdKeg6/NANzq2fQ2QRync+XM8Go197jMY X4DL7JcNsI9TSF3dT+a7AJ6dBWTCJXefebPS0COcX0PQsdQ+qsGXztjEp0ngTNuRpE Qr+ueKzrBCdev8KtrZxJH4MhMXHKbm4NuTfMHks4= From: "creatorsmithmdt at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/69410] [10/11/12/13 Regression] friend declarations in local classes Date: Fri, 21 Oct 2022 03:55: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: 6.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: creatorsmithmdt at gmail dot com 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: 10.5 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=3D69410 --- Comment #10 from Zopolis0 --- Well, not the whole issue. c74e6f7 broke an additional subset of valid code, although not the original example posted.=