From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 94014 invoked by alias); 13 Aug 2017 17:36:07 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 92555 invoked by uid 89); 13 Aug 2017 17:36:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy= X-Spam-User: qpsmtpd, 2 recipients 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; Sun, 13 Aug 2017 17:36:02 +0000 Received: from cc-smtpin2.netcologne.de (cc-smtpin2.netcologne.de [89.1.8.202]) by cc-smtpout3.netcologne.de (Postfix) with ESMTP id C90861280E; Sun, 13 Aug 2017 19:35:58 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by cc-smtpin2.netcologne.de (Postfix) with ESMTP id C42FB11DFB; Sun, 13 Aug 2017 19:35:58 +0200 (CEST) Received: from [78.35.129.89] (helo=cc-smtpin2.netcologne.de) by localhost with ESMTP (eXpurgate 4.1.9) (envelope-from ) id 59908dfe-02b8-7f0000012729-7f000001cdef-1 for ; Sun, 13 Aug 2017 19:35:58 +0200 Received: from [192.168.178.20] (xdsl-78-35-129-89.netcologne.de [78.35.129.89]) (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; Sun, 13 Aug 2017 19:35:57 +0200 (CEST) Subject: *ping* [patch, fortran] Fix PR 81116, missing dependency handling for allocatable character From: Thomas Koenig To: "fortran@gcc.gnu.org" , gcc-patches References: Message-ID: Date: Sun, 13 Aug 2017 20:41:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.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: 2017-08/txt/msg00843.txt.bz2 > the attached patch fixes the PR by adding a dependency check > for the case of concatenation operators. > > Regression-tested. OK for trunk? Ping? Regards Thomas