From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) by sourceware.org (Postfix) with ESMTPS id 9B9923858414 for ; Tue, 30 Nov 2021 19:47:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9B9923858414 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1ms961-0003ed-Aq for gcc-patches@gcc.gnu.org; Tue, 30 Nov 2021 20:47:21 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gcc-patches@gcc.gnu.org From: Harald Anlauf Subject: Re: [PATCH] PR fortran/101565 - ICE in gfc_simplify_image_index, at fortran/simplify.c:8234 Date: Tue, 30 Nov 2021 20:47:16 +0100 Message-ID: <09f13f7a-300a-c48f-c17c-bca2237c0f5e@gmx.de> References: <5b1b88fa-62b4-5df7-890c-a0bb70960da4@orange.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 In-Reply-To: <5b1b88fa-62b4-5df7-890c-a0bb70960da4@orange.fr> Content-Language: en-US Cc: fortran@gcc.gnu.org X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, KAM_NUMSUBJECT, NICE_REPLY_A, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2021 19:47:24 -0000 Message-ID: <20211130194716.a1O6LR3D7gpkR2ng69Oa8H0Qc-pjpnFpdQk56yYiM30@z> Hi Mikael, Am 30.11.21 um 12:25 schrieb Mikael Morin: > Hello, > > Le 29/11/2021 à 22:31, Harald Anlauf via Fortran a écrit : >> Dear all, >> >> a trivial one: we need to check the type of the SUB argument >> to the coarray IMAGE_INDEX intrinsic.  It has to be an array >> of type integer. >> >> Patch by Steve Kargl. >> > I hope at some point he’ll finally come to a working git workflow. Initially I had to rethink my workflow habits when switching from svn to git. But after a steep learning curve I wouldn't want to go back. One day Steve might see it same way. >> Regtested on x86_64-pc-linux-gnu.  OK for mainline? >> > Sure. > Thanks, Harald