From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 113616 invoked by alias); 25 Jan 2018 18:58:31 -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 113597 invoked by uid 89); 25 Jan 2018 18:58:30 -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,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=explanations X-Spam-User: qpsmtpd, 2 recipients 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; Thu, 25 Jan 2018 18:58:29 +0000 Received: from cc-smtpin2.netcologne.de (cc-smtpin2.netcologne.de [89.1.8.202]) by cc-smtpout1.netcologne.de (Postfix) with ESMTP id E12B913652; Thu, 25 Jan 2018 19:58:26 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by cc-smtpin2.netcologne.de (Postfix) with ESMTP id DE12B11DFC; Thu, 25 Jan 2018 19:58:26 +0100 (CET) Received: from [78.35.141.138] (helo=cc-smtpin2.netcologne.de) by localhost with ESMTP (eXpurgate 4.1.9) (envelope-from ) id 5a6a28d2-02b8-7f0000012729-7f000001ebcb-1 for ; Thu, 25 Jan 2018 19:58:26 +0100 Received: from [192.168.178.20] (xdsl-78-35-141-138.netcologne.de [78.35.141.138]) (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; Thu, 25 Jan 2018 19:58:24 +0100 (CET) Subject: Re: [PATCH] PR fortran/83998 -- fix dot_product on 0-sized arrays To: sgk@troutmask.apl.washington.edu Cc: fortran@gcc.gnu.org, gcc-patches@gcc.gnu.org References: <20180125021147.GA52679@troutmask.apl.washington.edu> <20180125150610.GA53868@troutmask.apl.washington.edu> From: Thomas Koenig Message-ID: Date: Thu, 25 Jan 2018 19:13:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <20180125150610.GA53868@troutmask.apl.washington.edu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-01/txt/msg02109.txt.bz2 Hi Steve, thanks for your explanations. The patch is OK for trunk. Thanks a lot! Regards Thomas