From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 96982 invoked by alias); 8 Oct 2018 22:16:05 -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 96855 invoked by uid 89); 8 Oct 2018 22:16:04 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*f:CAGkQGi, H*i:sk:iPRK6Vz, H*i:CAGkQGi, H*f:sk:iPRK6Vz X-HELO: cc-smtpout3.netcologne.de Received: from cc-smtpout3.netcologne.de (HELO cc-smtpout3.netcologne.de) (89.1.8.213) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 08 Oct 2018 22:16:03 +0000 Received: from cc-smtpin2.netcologne.de (cc-smtpin2.netcologne.de [89.1.8.202]) by cc-smtpout3.netcologne.de (Postfix) with ESMTP id A560E1278B; Tue, 9 Oct 2018 00:16:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=netcologne.de; s=nc1116a; t=1539036961; bh=1Xta1xp4yn6AvDhBRBvoLPcTXYeVTh0rWSVjbhbAwj0=; h=Subject:To:References:From:Message-ID:Date:In-Reply-To:From; b=KCLN6i2B1cLDrorfYFgziaL62ul/Nnyg66gixPMhyUjaazoTwAaDzsx2s51YBFKTU rfk6jMiI7ChCspeIrGJYW8YfxC8p3qBqFRI7m91SncTsZllC1RarHMMigYJqo0qQrE JFRKfuALFD7iWlvUV7BmKefoVPduAPd3cpANtaRmWN74KhCN+Lzy5uGuQW93PfvVpY GEcF9gRvob186gmCRbX1/XWYjf2nj5y56hr9PKBM314c3Sz4PSDVqORlH+EEOMtmiB nnJPpG7u6u2yAAkp4F+/+c3YLifmoDnbpFoDzE2gWNUx05H8IPqItCQK7DkwP/0DxG LxH8MT3HHv8Gw== Received: from localhost (localhost [127.0.0.1]) by cc-smtpin2.netcologne.de (Postfix) with ESMTP id A07DA11EA7; Tue, 9 Oct 2018 00:16:01 +0200 (CEST) Received: from [78.35.136.172] (helo=cc-smtpin2.netcologne.de) by localhost with ESMTP (eXpurgate 4.6.0) (envelope-from ) id 5bbbd721-01b0-7f0000012729-7f000001eb66-1 for ; Tue, 09 Oct 2018 00:16:01 +0200 Received: from [192.168.178.68] (xdsl-78-35-136-172.netcologne.de [78.35.136.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by cc-smtpin2.netcologne.de (Postfix) with ESMTPSA; Tue, 9 Oct 2018 00:15:59 +0200 (CEST) Subject: Re: [Patch, fortran] PR87151 - allocating array of character To: Paul Richard Thomas , "fortran@gcc.gnu.org" , gcc-patches References: From: Thomas Koenig Message-ID: <41f6128b-1542-53c8-d9e2-e2075e3de94a@netcologne.de> Date: Mon, 08 Oct 2018 22:16: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/msg00039.txt.bz2 Hi Paul, > Bootstraps and regtests on FC28/x86_64 - OK for trunk and later for 8-branch? OK. Thanks for the patch! Regards Thomas