From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13896 invoked by alias); 8 Jul 2005 11:08:56 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 13562 invoked by uid 48); 8 Jul 2005 11:08:49 -0000 Date: Fri, 08 Jul 2005 11:08:00 -0000 Message-ID: <20050708110849.13561.qmail@sourceware.org> From: "nathan at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050528163432.21799.bangerth@dealii.org> References: <20050528163432.21799.bangerth@dealii.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/21799] [4.0/4.1 regression] Spurious ambiguity with pointers to members X-Bugzilla-Reason: CC X-SW-Source: 2005-07/txt/msg00940.txt.bz2 List-Id: ------- Additional Comments From nathan at gcc dot gnu dot org 2005-07-08 11:08 ------- Fixed mainline 2005-07-08 Nathan Sidwell PR c++/21799 * pt.c (type_unification_real): Add is_method argument. Use it for this pointer unification. (fn_type_unification): Adjust type_unification_real call. (unify): Likewise. -- What |Removed |Added ---------------------------------------------------------------------------- Known to fail|4.0.1 4.1.0 |4.0.1 Known to work|3.4.0 4.0.0 |3.4.0 4.0.0 4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21799