From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 89319 invoked by alias); 21 Oct 2018 10:28:59 -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 89295 invoked by uid 89); 21 Oct 2018 10:28:58 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*Ad:U*tkoenig X-HELO: cc-smtpout2.netcologne.de Received: from cc-smtpout2.netcologne.de (HELO cc-smtpout2.netcologne.de) (89.1.8.212) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 21 Oct 2018 10:28:56 +0000 Received: from cc-smtpin1.netcologne.de (cc-smtpin1.netcologne.de [89.1.8.201]) by cc-smtpout2.netcologne.de (Postfix) with ESMTP id 43014124AF; Sun, 21 Oct 2018 12:28:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=netcologne.de; s=nc1116a; t=1540117734; bh=i4DexrgzRtxWZ+PXejb92ZxajpCSSPl43MGdt/9HBUQ=; h=Subject:To:References:From:Message-ID:Date:In-Reply-To:From; b=nWm0/+JTx8scclbWuHNSv6QAz8lI0E+G8zsFXvRpg05tCl0mFjoUAKRlTSCdLGU+J okfBmK3uSXKLh+pSiFCn8fP1tmbdgSd/+LPGerz1sqcnYIJMFXXK8GHYgkD6HmdKTU LEuEGfES1NjpvEnckfHhc8dxhG7K30IkG4YnoV2GyfNxXatp672bzyIU94JRwP8TQA 8rLF+cPl6jvjgyTMX430foz1hxomoM5w+qOD0zIfLZvmeM1SL4pNRd+3d17nCq4a8h ijpEAouZDws4V928J6wsA4/zTj4EMbC9czi8Ue9Pj/O9Xrwu0sxxfNmHtk/Pzi1JuP +BbucbdTltuxA== Received: from localhost (localhost [127.0.0.1]) by cc-smtpin1.netcologne.de (Postfix) with ESMTP id 4028611E86; Sun, 21 Oct 2018 12:28:54 +0200 (CEST) Received: from [78.35.147.109] (helo=cc-smtpin1.netcologne.de) by localhost with ESMTP (eXpurgate 4.6.0) (envelope-from ) id 5bcc54e6-5f8a-7f0000012729-7f000001af00-1 for ; Sun, 21 Oct 2018 12:28:54 +0200 Received: from [192.168.178.68] (xdsl-78-35-147-109.netcologne.de [78.35.147.109]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by cc-smtpin1.netcologne.de (Postfix) with ESMTPSA; Sun, 21 Oct 2018 12:28:52 +0200 (CEST) Subject: Re: [Patc, fortran] PR85603 - ICE with character array substring assignment To: fortran@gcc.gnu.org, gcc-patches References: <4F0C6148-640C-4E64-85F6-6AD6FB59C82C@lps.ens.fr> From: Thomas Koenig Message-ID: Date: Sun, 21 Oct 2018 10:28:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-10/txt/msg00096.txt.bz2 Hi Paul, > > 2018-10-18 Paul Thomas > > PR fortran/85603 > * frontend-passes.c (get_len_call): New function to generate a > call to intrinsic LEN. > (create_var): Use this to make length expressions for variable > rhs string lengths. > Clean up some white space issues. > > 2018-10-18 Paul Thomas > > PR fortran/85603 > * gfortran.dg/deferred_character_23.f90 : Check reallocation is > occurring as it should and a regression caused by version 1 of > this patch. OK. Thanks for the patch! Regards Thomas