From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27273 invoked by alias); 3 Dec 2001 17:53:35 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 27227 invoked from network); 3 Dec 2001 17:53:33 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 3 Dec 2001 17:53:33 -0000 Received: (from mec@localhost) by duracef.shout.net (8.8.7/8.8.7) id LAA08515; Mon, 3 Dec 2001 11:53:28 -0600 Date: Mon, 03 Dec 2001 09:53:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200112031753.LAA08515@duracef.shout.net> To: drow@mvista.com, gdb-patches@sources.redhat.com Subject: Re: [RFA] Allow casting of object pointers for method calls X-SW-Source: 2001-12/txt/msg00037.txt.bz2 I'm having trouble with gcc cvs mainline: gcc segfaults when compiling virtfunc.cc with either dwarf-2 or stabs. This is native i686-pc-linux-gnu on a red hat linux 7.1 system, with a gcc pulled on 2001-12-01. What v3 compiler are you using to test with? I'd like to test your current patch, but I'm not ready to yet. My weekend test runs are not finished. gdb 5.1 branch + gcc cvs mainline + dwarf-2 ran for 18 hours (ouch!) Michael C