From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 111749 invoked by alias); 5 Oct 2016 09:36:21 -0000 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 Received: (qmail 111005 invoked by uid 89); 5 Oct 2016 09:36:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: mail-oi0-f65.google.com Received: from mail-oi0-f65.google.com (HELO mail-oi0-f65.google.com) (209.85.218.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 05 Oct 2016 09:36:10 +0000 Received: by mail-oi0-f65.google.com with SMTP id d132so2016240oib.2 for ; Wed, 05 Oct 2016 02:36:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=FLRr3kgEYzHRfhpQM0wYqVaQRWZcITMA8AeF4SsvXUg=; b=MW9F65c7eh0mKSb/lDZuVrCiDH89aJMX/2IbDWWYR66qJChmbhuF/H25J5e7Jl3JtV GpanHyxNYs84sI5MDJryYVGQw5bAfTSS6HkiNAVf6RS/5ooQmtsM/vw6U/j3PjkSr6rg Wd8hmRaON6b/Sw6jVl+8yr8VSIIXL2HiVmGSJNmF3kqMYnimX991nkl9l+79fqhUjI4g 3jFUqs5PoJuCr4ypJ93J0pkbymNdKLgdM4vk0tRBgMdRWR/LRQxeL3qc7ZZpjl8RAK8y 4p2gFtc/IaP+iUU5/2vj/nfMJg3L67UODOIjPDMRAwmYtqbqV54BvWH2llx1NAwL9BgT e8tg== X-Gm-Message-State: AA6/9Rle7Q7XTYq8mmRP5cAvRQhHR0ISVxuAkVe3TvKPJkDS+Ajt5KIiueyxbahr5vFOFSCyEFPJPNwIRMRkCg== X-Received: by 10.157.33.134 with SMTP id s6mr5360038otb.92.1475660151352; Wed, 05 Oct 2016 02:35:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.221.3 with HTTP; Wed, 5 Oct 2016 02:35:50 -0700 (PDT) In-Reply-To: <8660p7b2xc.fsf@gmail.com> References: <1473230295-809-1-git-send-email-bernhard.heckel@intel.com> <1473230295-809-3-git-send-email-bernhard.heckel@intel.com> <8660p7b2xc.fsf@gmail.com> From: Yao Qi Date: Wed, 05 Oct 2016 09:36:00 -0000 Message-ID: Subject: Re: [PATCH V4 2/6] Fortran: Resolve dynamic properties of pointer types. To: Bernhard Heckel Cc: Yao Qi , Joel Brobecker , "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-10/txt/msg00081.txt.bz2 On Wed, Oct 5, 2016 at 9:44 AM, Yao Qi wrote: > Bernhard Heckel writes: > >> 2016-07-08 Bernhard Heckel >> >> gdb/Changelog: >> * gdbtypes.c (resolve_dynamic_types_internal): Resolve pointer typ= es. > > This line doesn't match the change, which is in is_dynamic_type_internal. > >> (resolve_dynamic_pointer): New. > > Otherwise, patch is good to me. > Do we already have a test case which has a Fortran pointer which has a dynamic associated property? If no, we need to add one. Patch 3/6 resolves dynamic target type of a pointer, a pointer points to a dynamic type, but what does this patch do? --=20 Yao (=E9=BD=90=E5=B0=A7)