From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6463 invoked by alias); 30 Apr 2002 19:10:52 -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 6456 invoked from network); 30 Apr 2002 19:10:49 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 30 Apr 2002 19:10:49 -0000 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id MAA05912; Tue, 30 Apr 2002 12:10:49 -0700 (PDT) Message-ID: <3CCEE94B.BAC6758B@redhat.com> Date: Tue, 30 Apr 2002 12:10:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Accept-Language: en MIME-Version: 1.0 To: Jason Merrill CC: gdb-patches@sources.redhat.com Subject: Re: PATCH to gnuv3_rtti_type References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-04/txt/msg01165.txt.bz2 Jason Merrill wrote: > > Ping? Jason, this was approved by Daniel on the same day you sent it: On Thu, Apr 18, 2002 at 03:02:36AM +0100, Jason Merrill wrote: > gnuv3_rtti_type still gets confused sometimes, by constructor vtables and > namespaces at least. This wouldn't be a big problem, as mostly I don't > care what the real type is, except that it gives an error and aborts. If > I'm just trying to print the contents of a pointer, this is rather > annoying. > > This patch changes the errors to warnings, so that I get the normal output > which is all I really care about. > > OK? Sure, thank you. > 2002-04-14 Jason Merrill > > * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn > and return NULL. >