From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50519 invoked by alias); 4 Oct 2017 10:45:37 -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 30536 invoked by uid 89); 4 Oct 2017 10:45:32 -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-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-qt0-f171.google.com Received: from mail-qt0-f171.google.com (HELO mail-qt0-f171.google.com) (209.85.216.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 04 Oct 2017 10:45:29 +0000 Received: by mail-qt0-f171.google.com with SMTP id 6so9181735qtw.3; Wed, 04 Oct 2017 03:45:29 -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=/s7u9azWPsLZAkmDRFXmdF4erFw1Aw3O124KiaOjBP8=; b=Ll69ywKt2+RRJEjIDLqVkF1B1a+Tyh4fyc18VEPsmrGwvOTkZGrgmRaBULeMYx3hTd T2b33EjdPbLpOTXl4aK/bA8uIwPh/GXCFFcAqjg0s0djV/6KymYBoOTidhegUJUMU+xl Pe1/gEEzVbbqTvz4WBKE75XP71QV7NheyqK0P3vdkwyLVBh2ChS+UMdfpTyx5R5D6yWx EcmpDorl6T8jhnr9kvhG410fySPUJcYBY17bsme/IRQIs9jHfXAv29yXjnTLmK0XNFOo 9Yi403HWvZRjWldnjTRzlGR6Mm8JKKU0KJG3jn5kuW91fQSD2tDkeROQ5O08ZweNBm4s nTJg== X-Gm-Message-State: AHPjjUjiPCf4xXouWNoSnoUSfPz4Au1iEw7TdL5ccf/jVSVxgr+vBLpf /ePYzVszKN+gX1duW7rybDfXVLgohDHDxtMCA/E= X-Google-Smtp-Source: AOwi7QDPgr3vL8x4FYVRlYleW7R440szkJM2Fs6U7VpQLIARL/uqlFvfrmCHNz/FbfKg4n+7de9z3yNok9ctOHjFpVs= X-Received: by 10.129.168.134 with SMTP id f128mr17643277ywh.74.1507113928026; Wed, 04 Oct 2017 03:45:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.129.2.7 with HTTP; Wed, 4 Oct 2017 03:45:27 -0700 (PDT) In-Reply-To: <34fee14e-e0bc-4495-3581-a46166d72efe@netcologne.de> References: <34fee14e-e0bc-4495-3581-a46166d72efe@netcologne.de> From: Paul Richard Thomas Date: Wed, 04 Oct 2017 10:45:00 -0000 Message-ID: Subject: Re: [Patch, fortran] PR77296 - [F03] Compiler Error with allocatable string and associate To: Thomas Koenig , Dominique Dhumieres Cc: "fortran@gcc.gnu.org" , gcc-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017-10/txt/msg00020.txt.bz2 Committed as revision 253400. Thanks for the review and the test. Paul On 1 October 2017 at 14:24, Thomas Koenig wrote: > Hi Paul, > >> The attached patch fixes the PR and most of the remaining, if not all, >> problems associated with deferred string length targets in the >> associate construct. >> >> Bootstraps and regtests on FC23/x86_64 - OK for trunk? > > > Yes. > > Thanks a lot for working on this! > > Regards > > Thomas -- "If you can't explain it simply, you don't understand it well enough" - Albert Einstein