From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 85AA23858416; Fri, 10 Mar 2023 08:07:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 85AA23858416 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678435672; bh=4tEoDwHjwgSVGsKrKZeix1Srk+wJfrHQuIvjlTvYggU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dpZOeV6EHDUvnb3iwZ1iaIAQsLEtYPrcauohedtPgMkiqTGWk6S/zSntNAqCMWXN7 T4zxKhwwyXRznbPE3qNqS1uc/xx/L+s5631qSeubW8sEB5dKu0wJC9111HVzYmU08W CMmfP8rt/gXl+9SdTAdRoHONKPwS8HlsBz5QUgzs= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109084] [10/11/12/13 Regression] requires keyword can't access private static constexpr bool in templated class Date: Fri, 10 Mar 2023 08:07: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: 12.2.1 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org 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: priority 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=3D109084 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P2=