From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 55071 invoked by alias); 1 Jun 2017 14:19:53 -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 55022 invoked by uid 89); 1 Jun 2017 14:19:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=H*r:sk:mailhos, juin, Hx-languages-length:910, HX-Envelope-From:sk:dominiq X-Spam-User: qpsmtpd, 2 recipients X-HELO: nef2.ens.fr Received: from nef2.ens.fr (HELO nef2.ens.fr) (129.199.96.40) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 01 Jun 2017 14:19:49 +0000 Received: from mailhost.lps.ens.fr (tournesol.lps.ens.fr [129.199.120.1]) by nef2.ens.fr (8.13.6/1.01.28121999) with ESMTP id v51EJo4P012059 ; Thu, 1 Jun 2017 16:19:50 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mailhost.lps.ens.fr (Postfix) with ESMTP id 73B2A12C; Thu, 1 Jun 2017 16:19:50 +0200 (CEST) Received: from mailhost.lps.ens.fr ([127.0.0.1]) by localhost (tournesol.lps.ens.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id V3mLEA273jaf; Thu, 1 Jun 2017 16:19:50 +0200 (CEST) Received: from [192.168.1.11] (log78-1-82-242-47-10.fbx.proxad.net [82.242.47.10]) by mailhost.lps.ens.fr (Postfix) with ESMTPSA id 274AD11E; Thu, 1 Jun 2017 16:19:50 +0200 (CEST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: [Patch, fortran] PR35339 Optimize implied do loops in io statements From: =?utf-8?Q?Dominique_d=27Humi=C3=A8res?= In-Reply-To: Date: Thu, 01 Jun 2017 14:19:00 -0000 Cc: Bernhard Reutner-Fischer , gfortran , gcc-patches Content-Transfer-Encoding: quoted-printable Message-Id: <28B2EA4E-59C0-4E78-B04B-ECAD49EB614B@lps.ens.fr> References: <92F638BD-768E-4C83-9BA9-0FACFC7F6C07@lps.ens.fr> <53722520-52ae-0fa7-d732-f30995c9f93a@student.ethz.ch> <638D5570-F9B9-4522-A123-CDC0B95D4227@lps.ens.fr> <84e2e0b8-26d2-bf0c-35ae-dd8f63a111fe@student.ethz.ch> To: Nicolas Koenig X-SW-Source: 2017-06/txt/msg00001.txt.bz2 > Le 1 juin 2017 =C3=A0 11:30, Dominique d'Humi=C3=A8res a =C3=A9crit : >=20 >=20 >> Le 31 mai 2017 =C3=A0 21:03, Nicolas Koenig a= =C3=A9crit : >>=20 >> Hello Dominique, >>=20 >> attached is the next try, this time without stupidities (I hope). Both t= est cases you posted don't ICE anymore. >>=20 >> Ok for trunk? >>=20 >> Nicolas >>=20 >=20 > Preliminary tests look OK, full testing in progress. >=20 > Thanks, >=20 > Dominique >=20 I see FAIL: gfortran.dg/deferred_character_2.f90 -O1 execution test FAIL: gfortran.dg/deferred_character_2.f90 -O2 execution test FAIL: gfortran.dg/deferred_character_2.f90 -O3 -fomit-frame-pointer -funr= oll-loops -fpeel-loops -ftracer -finline-functions execution test FAIL: gfortran.dg/deferred_character_2.f90 -O3 -g execution test FAIL: gfortran.dg/deferred_character_2.f90 -Os execution test Dominique