From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 56207385DC31; Fri, 7 Oct 2022 13:20:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 56207385DC31 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665148801; bh=CHBVOJguDJ/2vIklzCHceQ0PGt0JAcM+V5XjMt31Xho=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vHNJynHfy+bnSttIwLHu+n8ij9TaVMDyfy098CkgTo1vKcxdLVDsMRX8X3yIptHzl IjDxEWssToVloWUUZKjBdxvdLiB43c0AAoimZ007lIvaPkSfnZQH2cJceEben+6hoA WpMO5QTrCGbuFAxDYEhxbYLY7H5jQcpD5jyLNpws= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107179] [11/12/13 Regression] requires-expression gives hard error for inaccessible constructor Date: Fri, 07 Oct 2022 13:19:50 +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: ppalka at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status assigned_to cf_reconfirmed_on cc short_desc cf_known_to_fail everconfirmed target_milestone cf_known_to_work 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=3D107179 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Assignee|unassigned at gcc dot gnu.org |ppalka at gcc dot g= nu.org Last reconfirmed| |2022-10-07 CC| |ppalka at gcc dot gnu.org Summary|requires-expression gives |[11/12/13 Regression] |hard error for inaccessible |requires-expression gives |constructor |hard error for inaccessible | |constructor Known to fail| |11.3.0, 12.2.0 Ever confirmed|0 |1 Target Milestone|--- |11.4 Known to work| |10.3.0 --- Comment #1 from Patrick Palka --- Started with r11-6815-g79e1251b642db0=