From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 66349 invoked by alias); 18 Jan 2019 17:09:24 -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 62953 invoked by uid 89); 18 Jan 2019 17:09:21 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=HContent-Language:de-DE, tomorrow, HContent-Transfer-Encoding:8bit X-HELO: cc-smtpout1.netcologne.de Received: from cc-smtpout1.netcologne.de (HELO cc-smtpout1.netcologne.de) (89.1.8.211) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 18 Jan 2019 17:09:20 +0000 Received: from cc-smtpin3.netcologne.de (cc-smtpin3.netcologne.de [89.1.8.203]) by cc-smtpout1.netcologne.de (Postfix) with ESMTP id CC08B1330C; Fri, 18 Jan 2019 18:09:16 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=netcologne.de; s=nc1116a; t=1547831356; bh=RILMtJiszdTbY6X+vabbXwsqSZcIYA5JdUt/+wobYH4=; h=Subject:To:References:From:Message-ID:Date:In-Reply-To:From; b=gxv5ltadTLSQ2B0vP4aVAIu/A9Mf7kkkjG0kqhrPKg7JDpqwMgcZC0flj1pMsUdTY GnL2kOHBrn5qLvRpG+1UtYROJ0hCLld/ktX/WhkglEPt91bbTzWWz9aOerxlPkYR1M VMNMe+vkLYY5Wws2vCSZA1yI34nATYcg8czkruZ9iSWfvMoUTn3ltJTuh//FklmiRW kS7kee3qyHNm5kcIO5/mDgh37TIX+KyaknTcCKgBiIeruNGyvzGq6yLXqGasPrOq/a GNJj+2EM8BtwVObVLGE/AJvXCmeXz7Hv2RsXPGZ5j9vbNML/fZbSs9lbVEmwP3f5pP NzqeuHOcaFFbw== Received: from localhost (localhost [127.0.0.1]) by cc-smtpin3.netcologne.de (Postfix) with ESMTP id C8F6311DA1; Fri, 18 Jan 2019 18:09:16 +0100 (CET) Received: from [78.35.145.129] (helo=cc-smtpin3.netcologne.de) by localhost with ESMTP (eXpurgate 4.6.0) (envelope-from ) id 5c42083c-0bea-7f0000012729-7f000001bab4-1 for ; Fri, 18 Jan 2019 18:09:16 +0100 Received: from [192.168.178.68] (xdsl-78-35-145-129.nc.de [78.35.145.129]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by cc-smtpin3.netcologne.de (Postfix) with ESMTPSA; Fri, 18 Jan 2019 18:09:15 +0100 (CET) Subject: Re: [patch, fortran] Fix PR 88871 To: "fortran@gcc.gnu.org" , gcc-patches References: <61631d6c-bf99-b4c9-227d-45a254a2d007@netcologne.de> From: Thomas Koenig Message-ID: Date: Fri, 18 Jan 2019 17:09:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0 MIME-Version: 1.0 In-Reply-To: <61631d6c-bf99-b4c9-227d-45a254a2d007@netcologne.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2019-01/txt/msg01087.txt.bz2 Am 17.01.19 um 07:30 schrieb Thomas Koenig: > > No test case because, well - it did show up on a few systems, so we will > notice if it regresses. OK for trunk? Both Dominique and Jürgen confirmed that it fixes the PR. I will commit this tomorrow unless there are any objections - I'd like to get this out of the way. Regards Thomas