From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E3DE53858D38; Thu, 27 Apr 2023 15:58:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E3DE53858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682611113; bh=mpbBvw4YJ5Awv6tVg/H5ae5POJsczH4dZ+DP/0E+6i8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZgQJwMeo9pVe4PzSRzchjZm++PpBm2BQIxvqtdHKOW/K0JvuehdRNRK97qa9ggR7+ AOyqH63e1Njh1NZVA0wI5HV2uzPCcBRsFoxx8/D0tn2EHbCw2qekx7CUlCtvDJ82BY Qenq8ZiGKQ7t1c52IX3NI2gK4usTMo/zg47Zl2CY= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109649] [13/14 Regression] GCC accepts invalid inaccessible friend declaration of member function Date: Thu, 27 Apr 2023 15:58:33 +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: 13.1.1 X-Bugzilla-Keywords: accepts-invalid, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_fail bug_status cf_known_to_work everconfirmed keywords short_desc target_milestone cf_reconfirmed_on 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=3D109649 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail| |13.1.0 Status|UNCONFIRMED |NEW Known to work| |12.2.0 Ever confirmed|0 |1 Keywords| |needs-bisection Summary|GCC accepts invalid |[13/14 Regression] GCC |inaccessible friend |accepts invalid |declaration of member |inaccessible friend |function |declaration of member | |function Target Milestone|--- |13.2 Last reconfirmed| |2023-04-27 --- Comment #1 from Andrew Pinski --- Confirmed.=