From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 75289 invoked by alias); 24 May 2016 04:26:59 -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 74424 invoked by uid 89); 24 May 2016 04:26:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=credit, rights X-Spam-User: qpsmtpd, 2 recipients X-HELO: mtaout006-public.msg.strl.va.charter.net Received: from mtaout006-public.msg.strl.va.charter.net (HELO mtaout006-public.msg.strl.va.charter.net) (68.114.190.31) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 24 May 2016 04:26:47 +0000 Received: from impout006 ([68.114.189.21]) by mtaout006.msg.strl.va.charter.net (InterMail vM.9.00.023.01 201-2473-194) with ESMTP id <20160524042646.OOVY26580.mtaout006.msg.strl.va.charter.net@impout006>; Mon, 23 May 2016 23:26:46 -0500 Received: from quattro.localdomain ([96.41.215.23]) by impout006 with charter.net id y4Sl1s0020Wrkg0014SlRq; Mon, 23 May 2016 23:26:46 -0500 X-Authority-Analysis: v=2.1 cv=AtBg3YNP c=1 sm=1 tr=0 a=salB9WdMPIDduBH7JsZfrA==:117 a=salB9WdMPIDduBH7JsZfrA==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=IkcTkHD0fZMA:10 a=mDV3o1hIAAAA:8 a=Kld7UGLJnV48taA12CIA:9 a=QEXdDO2ut3YA:10 a=_FVE-zBwftR9WsbkzFJk:22 X-Auth-id: anZkZWxpc2xlQGNoYXJ0ZXIubmV0 Subject: Re: [patch, fortran] PR66461 ICE on missing end program in fixed source References: <20160522135328.402dcd61@vepi2> <89819ef5-fdfb-f3bc-b8f2-81d2fad263c0@charter.net> Cc: gcc patches To: gfortran From: Jerry DeLisle Message-ID: Date: Tue, 24 May 2016 04:26:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <89819ef5-fdfb-f3bc-b8f2-81d2fad263c0@charter.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2016-05/txt/msg01852.txt.bz2 On 05/22/2016 06:00 PM, Jerry DeLisle wrote: > On 05/22/2016 04:53 AM, Andre Vehreschild wrote: >> Hi Jerry, >> >> I have tested your patch and gave it a review and the only thing I like >> to have is a testcase. Can you provide one from the PR? With a testcase >> I say the patch is ok for trunk and thanks for the patch. >> >> Please note, I don't have review rights in the area the patch >> addresses, although I am familiar with the matcher having worked in it. >> This "review" is just a helper for an official reviewer to "second" my >> opinion, hoping to get your patch faster into trunk. >> >> Regards and thanks for the patch, >> Andre > > Thanks Andre, I am going to hold off just a bit after some further info from Mikael. > > We are obviously intercepting the problem in different ways, but the root > problem still exists. > > Regards, > > Jerry > Committed rev 236627 under simple rule. Also credit Mikael Morin for breaking through the ICE so to speak. Many thanks, Jerry https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=236627