From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 35546 invoked by alias); 5 Oct 2016 08:44:50 -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 34185 invoked by uid 89); 5 Oct 2016 08:44:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:435 X-HELO: mail-pa0-f68.google.com Received: from mail-pa0-f68.google.com (HELO mail-pa0-f68.google.com) (209.85.220.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 05 Oct 2016 08:44:38 +0000 Received: by mail-pa0-f68.google.com with SMTP id t6so7424852pae.2 for ; Wed, 05 Oct 2016 01:44:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=3dacZiHasqxeCx+ybYKn0qAtXUpAOdbSNVCYF51Ifyo=; b=Am90/ZzyRorW3dQ5t0THGe7goUQnNuX8FlzHnmQO7DhGjFRTefLSYUpqspz8YQdE/P abJXdFSUBMrN3JX31+tXw4wQkRHUVzyW6703R9Tf3H7sa2DtLpaGUdNhgsEs8Enx+k5B 25Nt8kgyvPJ5uC2XPTe4kbptyj6SVfnXYBiTGU9TFdNOgEjPmgyusWDNfVivqy2+NKVw TkggFirAjUD2zM4QWa6oDsfMWc1A969deLO1GA++ov0fGorwisujrgPHmHH/B+BBPL8I CVRBQPo3xpClwZjvFXjlVBaFjHkAiraZ2kR+PkRkTsrpKhrIym5XW87xkUh3wy9tqBqK PYcg== X-Gm-Message-State: AA6/9RnB6WXNQxX+5IrsXes6evvOh2Qq7dso7dQvwlvKNdPc4oC6HhxRW8TJmDUrx3FHCw== X-Received: by 10.66.146.39 with SMTP id sz7mr11807540pab.36.1475657077403; Wed, 05 Oct 2016 01:44:37 -0700 (PDT) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id ad15sm11842266pac.33.2016.10.05.01.44.35 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 05 Oct 2016 01:44:36 -0700 (PDT) From: Yao Qi To: Bernhard Heckel Cc: qiyaoltc@gmail.com, brobecker@adacore.com, gdb-patches@sourceware.org Subject: Re: [PATCH V4 2/6] Fortran: Resolve dynamic properties of pointer types. References: <1473230295-809-1-git-send-email-bernhard.heckel@intel.com> <1473230295-809-3-git-send-email-bernhard.heckel@intel.com> Date: Wed, 05 Oct 2016 08:44:00 -0000 In-Reply-To: <1473230295-809-3-git-send-email-bernhard.heckel@intel.com> (Bernhard Heckel's message of "Wed, 7 Sep 2016 08:38:11 +0200") Message-ID: <8660p7b2xc.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-10/txt/msg00079.txt.bz2 Bernhard Heckel writes: > 2016-07-08 Bernhard Heckel > > gdb/Changelog: > * gdbtypes.c (resolve_dynamic_types_internal): Resolve pointer types. This line doesn't match the change, which is in is_dynamic_type_internal. > (resolve_dynamic_pointer): New. Otherwise, patch is good to me. --=20 Yao (=E9=BD=90=E5=B0=A7)