From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26319 invoked by alias); 2 Sep 2010 03:03:08 -0000 Received: (qmail 26151 invoked by uid 22791); 2 Sep 2010 03:03:07 -0000 X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Sep 2010 03:02:59 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L8300400N0NP300@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Thu, 02 Sep 2010 06:02:56 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.126.202.93]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L83004M1N4V45D0@a-mtaout20.012.net.il>; Thu, 02 Sep 2010 06:02:56 +0300 (IDT) Date: Thu, 02 Sep 2010 10:32:00 -0000 From: Eli Zaretskii Subject: Re: RFA: fix PR python/11792 In-reply-to: To: Tom Tromey Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83zkw0j15r.fsf@gnu.org> References: <83sk1wj6tq.fsf@gnu.org> <83pqwzkeyi.fsf@gnu.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-09/txt/msg00082.txt.bz2 > From: Tom Tromey > Cc: gdb-patches@sourceware.org > Date: Wed, 01 Sep 2010 16:37:34 -0600 > > >>>>> "Eli" == Eli Zaretskii writes: > > Tom> The current language doesn't matter; all that matters is whether the > Tom> object has the needed run-time type information. > > Eli> Then IMO the text should be rephrased, because it currently sounds > Eli> like this feature needs C++. Perhaps use C++ just "for example" or > Eli> something. > > I think that would be more confusing. The information needed is > specifically that emitted by the C++ compiler, following the relevant > C++ ABI. "For example" makes it sound as though other kinds of run-time > type information might be used -- but that is not the case. Now I'm confused: earlier you told that the current language doesn't matter, but now you say that only information emitted by the C++ compiler will do, which seems a contradiction. What am I missing?