From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1104 invoked by alias); 25 Oct 2015 07:43:30 -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 1082 invoked by uid 89); 25 Oct 2015 07:43:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-ob0-f169.google.com Received: from mail-ob0-f169.google.com (HELO mail-ob0-f169.google.com) (209.85.214.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sun, 25 Oct 2015 07:43:26 +0000 Received: by obcqt19 with SMTP id qt19so121516293obc.3; Sun, 25 Oct 2015 00:43:24 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.182.29.72 with SMTP id i8mr20413768obh.67.1445759004675; Sun, 25 Oct 2015 00:43:24 -0700 (PDT) Received: by 10.202.168.133 with HTTP; Sun, 25 Oct 2015 00:43:24 -0700 (PDT) Date: Sun, 25 Oct 2015 07:43:00 -0000 Message-ID: Subject: Re: [Patch, Fortran, 66927, v2] [6 Regression] ICE in gfc_conf_procedure_call From: Paul Richard Thomas To: =?UTF-8?Q?Dominique_d=27Humi=C3=A8res?= , gcc-patches Cc: Andre Vehreschild , Mikael Morin , GNU GFortran Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg00129.txt.bz2 Dear Andre, As far as I can see, the problems with PR57117 are specific to RESHAPE and need not affect committing your patch. To my surprise, the combination of your patch and mine for PR67171 fixes PR67044 in that the ICE no longer occurs. I have to get my head around how to write a testcase for it that tests the functionality though! You can commit this patch to trunk. As I said elsewhere, I will rename the testcase for PR67171. Many thanks for the patch. Paul On 23 October 2015 at 09:44, Paul Richard Thomas wrote: > Dear Andre, > > I will wait until you fix the problems that Dominique has pointed out. > However, if by Sunday afternoon (rain forecast!) you haven't found the > time, I will see if I can locate the source of these new problems. > > With best regards > > Paul > > On 7 October 2015 at 19:51, Dominique d'Humi=C3=A8res wrote: >> This patch also fixes pr57117 comment 2, the original test and the test = in comment 3 now give an ICE >> >> pr57117.f90:82:0: >> >> allocate(z(9), source=3Dreshape(x, (/ 9 /))) >> 1 >> internal compiler error: Segmentation fault: 11 >> >> and pr67044. >> >> Thanks, >> >> Dominique >> > > > > -- > Outside of a dog, a book is a man's best friend. Inside of a dog it's > too dark to read. > > Groucho Marx --=20 Outside of a dog, a book is a man's best friend. Inside of a dog it's too dark to read. Groucho Marx