From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23743 invoked by alias); 26 Feb 2009 16:56:19 -0000 Received: (qmail 23715 invoked by uid 48); 26 Feb 2009 16:56:08 -0000 Date: Thu, 26 Feb 2009 16:56:00 -0000 Message-ID: <20090226165608.23714.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/39310] T const assumed to be compatible with int (A::*) (void) const In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jason at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-02/txt/msg02263.txt.bz2 ------- Comment #1 from jason at gcc dot gnu dot org 2009-02-26 16:56 ------- Created an attachment (id=17367) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17367&action=view) Fix for is_member_function_pointer and GCC Rather, the test should pass, but we need to fix is_member_function_pointer so it will still pass without the GCC bug. Patch attached. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39310