From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125826 invoked by alias); 6 Oct 2018 17:58:56 -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 125796 invoked by uid 89); 6 Oct 2018 17:58:55 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*i:sk:5dc538d, H*f:sk:5dc538d, Hx-languages-length:389 X-HELO: mtaout004-public.msg.strl.va.charter.net Received: from mtaout004-public.msg.strl.va.charter.net (HELO mtaout004-public.msg.strl.va.charter.net) (68.114.190.29) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 06 Oct 2018 17:58:54 +0000 Received: from impout004 ([68.114.189.19]) by mtaout004.msg.strl.va.charter.net (InterMail vM.9.00.023.01 201-2473-194) with ESMTP id <20181006175852.NSDS3685.mtaout004.msg.strl.va.charter.net@impout004>; Sat, 6 Oct 2018 12:58:52 -0500 Received: from [192.168.1.6] ([66.191.41.128]) by impout004 with charter.net id kHyr1y00B2lujD601HysS3; Sat, 06 Oct 2018 12:58:52 -0500 X-Auth-id: anZkZWxpc2xlQGNoYXJ0ZXIubmV0 Subject: Re: [patch, fortran] Fix PR 86111, ICE on invalid To: Thomas Koenig , "fortran@gcc.gnu.org" , gcc-patches References: <5dc538d0-870d-0596-fa34-f2d71fdeeda1@netcologne.de> From: Jerry DeLisle Message-ID: <943c5089-636a-2074-e53c-b5c046f08073@charter.net> Date: Sat, 06 Oct 2018 17:58:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: <5dc538d0-870d-0596-fa34-f2d71fdeeda1@netcologne.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-10/txt/msg00029.txt.bz2 On 10/6/18 10:53 AM, Thomas Koenig wrote: > Hello world, > > the attached patch fixes an ICE regression by issuing an error > when a clever combination of array constructors ends up > in gfc_arith_concat with mismatched types, before resultion > has a chance to report the error. > > Regression-tested. OK for trunk? > Looks OK. Jerry