From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id ACAB4384606C; Thu, 10 Nov 2022 23:20:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ACAB4384606C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668122426; bh=0qv/K2rgcwW+Jk+eBNyPkjYIvWHDriOw8MewK01Cm08=; h=From:To:Subject:Date:In-Reply-To:References:From; b=b0QcgITNxYE7IWwjo5067cHqZZ4cn2Bl7HsFqVjeYiwvceiHK+28LbP1kR1Lv0A9o c56y9hYAbaz5Uq3+67RmGOB7etgcSwrUTpVBh9+Zj3YCRbw6gtw+ZikP8Gw6Zmn6gv VDUw269psAr2OkescjnEfr/NhJ9H0Ex9XwiuJRRk= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107605] constraint on a member function does causes ambigious and not allowing forming a pointer to the function Date: Thu, 10 Nov 2022 23:20:26 +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.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution short_desc bug_status 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=3D107605 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Summary|constraint on a member |constraint on a member |function gives ambiguous |function does causes |error when forming a |ambigious and not allowing |pointer to the function |forming a pointer to the | |function Status|NEW |RESOLVED --- Comment #5 from Andrew Pinski --- Dup of bug 80637. *** This bug has been marked as a duplicate of bug 80637 ***=