From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 107420 invoked by alias); 8 Oct 2017 15:25:55 -0000 Mailing-List: contact fortran-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: fortran-owner@gcc.gnu.org Received: (qmail 107404 invoked by uid 89); 8 Oct 2017 15:25:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=Does, D*netcologne.de, tkoenig@netcologne.de, tkoenignetcolognede X-HELO: mail-qt0-f178.google.com Received: from mail-qt0-f178.google.com (HELO mail-qt0-f178.google.com) (209.85.216.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 08 Oct 2017 15:25:51 +0000 Received: by mail-qt0-f178.google.com with SMTP id z50so34121676qtj.4 for ; Sun, 08 Oct 2017 08:25:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=T3BC3PM9xSiqGfY93K5/tlNkJch8AhTRslY23yWc+7o=; b=ZxsT/LK/tXfIKypbygpUYgenUWQznV7ZEP69TAUly+MYo7j5nJqKAdOANwr8EykaGS Ho+M1V5/IKhPvFj8qCrjSApoCJH9If6TlMZh4NVHMta/k40kAPv1TgxhSoAxd881W4eW wsNZBrAYT/3hT1rbs3R7oRMtbPz7jC3hJ8KJT4kCe1CD5EHsKYScEAYZ87/mxKclKMuj NJXIEddgAw289odDTJnmKqpL3mZ9/HUwin/Rq/mjQ2FtW03Hth1qsah6pN+s5ajp5Co3 ZrFr215hqEnD+qK/OEiGBt2dRrmV7I0s9RdaHiu07Zz7X8HA8wMoTCUblVPstWyD7ABA uffg== X-Gm-Message-State: AMCzsaUX0lUcxQ3JBHVZCm+GEi97wXtvVamt/m721oRj7vuG0wmDv2AA zBdN2ni++Nl0Gu35BiOhzmFBu6+53z9ug30i0sM= X-Google-Smtp-Source: AOwi7QDCHz3jQAhvcR0HNu8cDxdnhhzYlSupXgJLFVGqpsklg1eEnZ/M1ffSR46UMRCPI2lPR1heYajarNLAIrxsmgg= X-Received: by 10.37.222.195 with SMTP id v186mr6328243ybg.478.1507476349834; Sun, 08 Oct 2017 08:25:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.129.2.7 with HTTP; Sun, 8 Oct 2017 08:25:49 -0700 (PDT) In-Reply-To: <4952e449-ed19-4dfc-7b09-38edca546c97@netcologne.de> References: <4952e449-ed19-4dfc-7b09-38edca546c97@netcologne.de> From: Paul Richard Thomas Date: Sun, 08 Oct 2017 15:25:00 -0000 Message-ID: Subject: Re: [Patch, fortran] PR82375 - PDT components in PDT declarations fail to compile To: Thomas Koenig Cc: "fortran@gcc.gnu.org" Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017-10/txt/msg00047.txt.bz2 Hi Thomas, Committed as revision 253526. 017-10-08 Paul Thomas PR fortran/82375 * module.c : Bump up MOD_VERSION to 15. (mio_component): Edit comment about PDT specification list. (mio_expr, mio_symbol): Include the expression and symbol PDT specification lists in the same way as in mio_component. I realised that the other specification lists are almost certainly needed to fix Reinhold's bug so I added them while I am about it. Thanks Paul On 7 October 2017 at 22:51, Thomas Koenig wrote: > Hi Paul, > >> Bootstraps and regtests on FC23/x86_64 - OK for trunk? > > > Does this patch generate a different module file from before? > This > >> (mio_actual_arg): Add the boolean 'pdt' and, if it is set, call >> mio_integer for the 'spec_type'. > > > looks like a change in the file format. > > Apart from that, looks very good. > > So, OK if you change the module version. > > And thanks a lot for the patch! > > Thomas -- "If you can't explain it simply, you don't understand it well enough" - Albert Einstein