From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73692 invoked by alias); 4 Apr 2016 10:50:34 -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 73681 invoked by uid 89); 4 Apr 2016 10:50:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=HX-Received:10.66.249.166, news X-HELO: mail-pa0-f43.google.com Received: from mail-pa0-f43.google.com (HELO mail-pa0-f43.google.com) (209.85.220.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 04 Apr 2016 10:50:23 +0000 Received: by mail-pa0-f43.google.com with SMTP id tt10so142189646pab.3 for ; Mon, 04 Apr 2016 03:50:23 -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=CDIxJmx/Gag+DnWs5jSjL/9GURK6AS2vgXMy/XpVffY=; b=bu1aoFBxmlyS6mPH1ZyUogxjdc6SiHlFym4Y+kG5wi0MBhgU9Ex1m4vAM3k8S/OisE upJWgktlV/9f09wsNPVSeYGbRTUY2T2O9qpBJOt+0ya0Pudxb4qSZ/u4kk6pcD9YC6cy sdu2wZmfleYlBfhYEekEdlo0fC3ZwisVgTc11KdEfpmh7RIXGsyYWVCDKVGi8DwaXedP WUKrbSeKvLXvGpquGNuuKXWI4AbhQL0ezLFpJLCHHr4Fac9GOu/eMGL2YEZ5z+uu803f z9j0ezQ9Ov4De2jKBNeF9JowTctLMUpM0GqwUWegp1ORSDG5TQ4Jdw/29fkSaWZfxmFr 5l5Q== X-Gm-Message-State: AD7BkJI341VzWdH7xqigTY2CHO3+Q7LjpukaO4Ltmy/j+he4VR1kTnMrpBy4YHVpXetSQA== X-Received: by 10.66.249.166 with SMTP id yv6mr48954297pac.91.1459767021409; Mon, 04 Apr 2016 03:50:21 -0700 (PDT) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id zp5sm40774021pac.9.2016.04.04.03.50.19 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Mon, 04 Apr 2016 03:50:20 -0700 (PDT) From: Yao Qi To: Bernhard Heckel Cc: brobecker@adacore.com, gdb-patches@sourceware.org Subject: Re: [PATCH 0/3] fortran: Enable arrays of structures with dynamic member types. References: <1458204189-13267-1-git-send-email-bernhard.heckel@intel.com> Date: Mon, 04 Apr 2016 10:50:00 -0000 In-Reply-To: <1458204189-13267-1-git-send-email-bernhard.heckel@intel.com> (Bernhard Heckel's message of "Thu, 17 Mar 2016 09:43:06 +0100") Message-ID: <86lh4tps0q.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-04/txt/msg00033.txt.bz2 Bernhard Heckel writes: > This patch series enables the user to evaluate: > 1. Local structures with dynamic member types. > 2. Local arrays of structs with dynamic member types. > 3. Dynamic arrays of structs with static and/or dynamic member types. Looks these changes are user visible. We may need a NEWS entry for them. How did you run the regression test? --=20 Yao (=E9=BD=90=E5=B0=A7)