From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 62DCE385703C; Wed, 24 Aug 2022 00:25:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 62DCE385703C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1661300729; bh=lXCifEdNiER4zKz8BgXzfVYE2LhTx1z4CmUxQyyx1EQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=M6h6p5o2hU031qG+2dipTlll2/wZyAyzFGr+/x7VW40BASRfUj62d0ycUyrtdvOu0 rbXtdRFCaOcczBljZoKINzua2YA0sj8Ak+G+nuiebIKm3odjb6aDxszAr2V84X+IW0 ZF4uW6Leb3qrsFOWmXLDvmikWl21dqJW3s5W6PWs= 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: Wed, 24 Aug 2022 00:25:28 +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: attachments.created 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 #8 from Zopolis0 --- Created attachment 53498 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D53498&action=3Dedit Possible patch This is a more production-ready version of the patch I used, gcc completes a full no bootstrap build with this.=