From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13225 invoked by alias); 11 Nov 2009 10:28:48 -0000 Received: (qmail 13207 invoked by uid 48); 11 Nov 2009 10:28:48 -0000 Date: Wed, 11 Nov 2009 10:28:00 -0000 Message-ID: <20091111102848.13206.qmail@sourceware.org> From: "schwab at linux-m68k dot org" To: gdb-prs@sourceware.org In-Reply-To: <20091111100351.10940.jed@59a2.org> References: <20091111100351.10940.jed@59a2.org> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug exp/10940] Cannot cast to function pointer pointer, (void(**)(void)) X-Bugzilla-Reason: CC Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2009-q4/txt/msg00226.txt.bz2 ------- Additional Comments From schwab at linux-m68k dot org 2009-11-11 10:28 ------- An easier workaround is {void (*)(void)}$ops@8 (or just {void (*)()}$ops@8 since the argument list is ignored anyway). -- http://sourceware.org/bugzilla/show_bug.cgi?id=10940 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.