From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3596 invoked by alias); 10 Feb 2012 20:13:09 -0000 Received: (qmail 3574 invoked by uid 22791); 10 Feb 2012 20:13:07 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,TW_XG,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 10 Feb 2012 20:12:51 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1AKCooF005205 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 10 Feb 2012 15:12:50 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q1AKCo4X017781; Fri, 10 Feb 2012 15:12:50 -0500 Received: from barimba (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id q1AKCloj025748; Fri, 10 Feb 2012 15:12:48 -0500 From: Tom Tromey To: xgsa Cc: gdb-patches@sourceware.org Subject: Re: RTTI type improvement for References: <4ED92C05.9080803@yandex.ru> <4EF22A4D.80703@yandex.ru> <20111221193630.GA28985@host2.jankratochvil.net> <4EF30389.5010008@yandex.ru> <20111223200951.GA19581@host2.jankratochvil.net> <4EF5D1C5.5010902@yandex.ru> <20120102022153.GA686@host2.jankratochvil.net> <4F07177C.5080201@yandex.ru> <4F32C009.2050103@yandex.ru> Date: Fri, 10 Feb 2012 20:13:00 -0000 In-Reply-To: <4F32C009.2050103@yandex.ru> (xgsa@yandex.ru's message of "Wed, 08 Feb 2012 20:33:45 +0200") Message-ID: <87pqdma1mo.fsf@fleche.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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: 2012-02/txt/msg00222.txt.bz2 >>>>> "xgsa" == xgsa writes: xgsa> 2012-01-06 Anton Gorenkov xgsa> * c-valprint.c (c_value_print): Use value_rtti_indirect_type xgsa> instead of value_rtti_target_type. xgsa> * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type xgsa> instead of value_rtti_target_type. xgsa> * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of xgsa> value_rtti_target_type. xgsa> * valops.c (value_ind): Extract function readjust_indirect_value_type. xgsa> (value_rtti_target_type): Rename to ... xgsa> (value_rtti_indirect_type): ... here and make it indirect. Update xgsa> function comment. xgsa> * value.c (readjust_indirect_value_type): New function. xgsa> (coerce_ref): Support for enclosing type setting for references xgsa> with readjust_indirect_value_type. xgsa> * value.h (readjust_value_type): New declaration. xgsa> (value_rtti_target_type): Rename to ... xgsa> (value_rtti_indirect_type): ... here. This is ok, thanks. Contact me off-list for write-after-approval instructions if you don't have that already set up. Tom