From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4342 invoked by alias); 27 May 2004 17:18:51 -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 4311 invoked by uid 48); 27 May 2004 17:18:47 -0000 Date: Fri, 28 May 2004 04:01:00 -0000 Message-ID: <20040527171847.4310.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040527163621.15684.gianni@mariani.ws> References: <20040527163621.15684.gianni@mariani.ws> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/15684] Pointer to member function called on incomplete type should diag X-Bugzilla-Reason: CC X-SW-Source: 2004-05/txt/msg03263.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-27 17:18 ------- Why do you think it will not work, as the point-to-member function type is just have a reference to the offset at which you call the function nothing more (well there is more but that is an ABI definition). Since the pointer-to-member type includes all the needed info there is no reason why it should not work. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15684