From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 45529 invoked by alias); 13 Jul 2016 14:04:18 -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 45416 invoked by uid 89); 13 Jul 2016 14:04:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:193, H*M:e374 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx2.suse.de Received: from mx2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Wed, 13 Jul 2016 14:04:17 +0000 Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id B20EEAC32; Wed, 13 Jul 2016 14:04:13 +0000 (UTC) Subject: Re: [PATCH] Fix Fortran DO loop fallback To: Richard Biener References: <86a3b430-0282-305b-8796-5a696d53b46a@suse.cz> <9b6e6e1f-b62c-7ea4-1f72-417472fa96e4@redhat.com> Cc: Jeff Law , GCC Patches , "fortran@gcc.gnu.org" From: =?UTF-8?Q?Martin_Li=c5=a1ka?= Message-ID: <810060b3-fa36-e374-58b7-98f0008ec39a@suse.cz> Date: Wed, 13 Jul 2016 14:04:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-07/txt/msg00061.txt.bz2 On 07/13/2016 12:32 PM, Richard Biener wrote: > Changelog has a swapped entry. > > Ok with fixing that. > Richard. Fixed and installed as r238300. M.