From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1956 invoked by alias); 21 Feb 2012 13:51:11 -0000 Received: (qmail 1943 invoked by uid 22791); 21 Feb 2012 13:51:10 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SARE_HELO_EQ_CUST,TW_XG X-Spam-Check-By: sourceware.org Received: from forward17.mail.yandex.net (HELO forward17.mail.yandex.net) (95.108.253.142) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 21 Feb 2012 13:50:56 +0000 Received: from smtp19.mail.yandex.net (smtp19.mail.yandex.net [95.108.252.19]) by forward17.mail.yandex.net (Yandex) with ESMTP id 50E2F10622C1; Tue, 21 Feb 2012 17:50:48 +0400 (MSK) Received: from smtp19.mail.yandex.net (localhost [127.0.0.1]) by smtp19.mail.yandex.net (Yandex) with ESMTP id 2B0C7BE0193; Tue, 21 Feb 2012 17:50:48 +0400 (MSK) Received: from ageevich.customer.itl.net.ua (ageevich.customer.itl.net.ua [217.12.203.24]) by smtp19.mail.yandex.net (nwsmtp/Yandex) with ESMTP id olhiPTsF-olhuCKvb; Tue, 21 Feb 2012 17:50:47 +0400 X-Yandex-Spam: 1 Message-ID: <4F43A148.6000004@yandex.ru> Date: Tue, 21 Feb 2012 14:15:00 -0000 From: xgsa User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.26) Gecko/20120131 Thunderbird/3.1.18 MIME-Version: 1.0 To: Tom Tromey 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> <87pqdma1mo.fsf@fleche.redhat.com> In-Reply-To: <87pqdma1mo.fsf@fleche.redhat.com> Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit 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: 2012-02/txt/msg00431.txt.bz2 Checked in. Thank you for help, guys! Anton -------- Original message -------- > 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