From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 129708 invoked by alias); 15 Feb 2018 19:53:23 -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 129668 invoked by uid 89); 15 Feb 2018 19:53:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= X-Spam-User: qpsmtpd, 3 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, 15 Feb 2018 19:53:21 +0000 Received: from cc-smtpin2.netcologne.de (cc-smtpin2.netcologne.de [89.1.8.202]) by cc-smtpout1.netcologne.de (Postfix) with ESMTP id 8080B13370; Thu, 15 Feb 2018 20:53:18 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by cc-smtpin2.netcologne.de (Postfix) with ESMTP id 7CEDB11DB7; Thu, 15 Feb 2018 20:53:18 +0100 (CET) Received: from [78.35.153.101] (helo=cc-smtpin2.netcologne.de) by localhost with ESMTP (eXpurgate 4.1.9) (envelope-from ) id 5a85e52e-02b8-7f0000012729-7f000001b673-1 for ; Thu, 15 Feb 2018 20:53:18 +0100 Received: from [192.168.178.20] (xdsl-78-35-153-101.netcologne.de [78.35.153.101]) (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, 15 Feb 2018 20:53:16 +0100 (CET) Subject: Re: [fortran, test case, committed] To: Janus Weil Cc: "fortran@gcc.gnu.org" , gcc-patches References: <455aa21c-2ba6-6321-ab6e-669020b4e7b4@netcologne.de> From: Thomas Koenig Message-ID: <8b4aedf0-3176-3542-f040-2ded464250e8@netcologne.de> Date: Thu, 15 Feb 2018 19:53:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-02/txt/msg00098.txt.bz2 Hi Janus, > apparently your commit only includes the ChangeLog addition, but not > the new test case itself. I guess you missed an "svn add"? :) Actually, I messed up the ChangeLog entry in r257702 and corrected that one in r257703 :-) The test case is there. Regards Thomas