From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x62f.google.com (mail-pl1-x62f.google.com [IPv6:2607:f8b0:4864:20::62f]) by sourceware.org (Postfix) with ESMTPS id 43CE93858286; Fri, 15 Jul 2022 01:46:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 43CE93858286 Received: by mail-pl1-x62f.google.com with SMTP id l12so1972866plk.13; Thu, 14 Jul 2022 18:46:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=xd3wBYpfn2IumPTchpIoo6EKDNLDekQ5xjnbDkrTbTw=; b=AC69qsUtJmVpVC1sfvoUrfa2smqXtTKYLmLjI8qUTZCvO4qc/gvv3RdHMOpKoVBVr/ U2t4Y9oEvgoW2UCkuAMkXivigo7BOiiErT+MfExKJhq6tNa8XDrPmHtS0kgwOA30d9x1 PadKIkhLLgVLKtSxRSbKAaItFYpg5Cl1Fo2Gd9Nhtaz53dFlkD//UUbwtHZBib+8iJ0P OmdA6nbpDY/wtd6Nr79PugYp7TovWPADtQtIRJdqkWbAyOXguN0olhUTTkfGkMOX2V3m +/AtIDrbVQ9z2NYeewOtMD5DP1CJwwCyyBOWbtxJX0bXBEdM6Uxq1Zo1n52mc0CPKSlW DhWA== X-Gm-Message-State: AJIora9UaqEQ8UgQ0gF1CtUvo7ENJJrdq+e3OKvnh3bHRPZqLZfWBK0H NxZSjbMpjoU9Fh94qrXxPCY= X-Google-Smtp-Source: AGRyM1uuh03UmgUCuwTIFjCoJyJKTDFxo9mlfMRSB9sW3nD7TPLDSvWbCYoZ4Ri4JpptJJYA0NsuDw== X-Received: by 2002:a17:90b:3850:b0:1f0:6b50:c888 with SMTP id nl16-20020a17090b385000b001f06b50c888mr17053439pjb.130.1657849586161; Thu, 14 Jul 2022 18:46:26 -0700 (PDT) Received: from [192.168.1.28] ([50.46.203.130]) by smtp.gmail.com with ESMTPSA id f6-20020aa79d86000000b0050dc762819bsm2349376pfq.117.2022.07.14.18.46.24 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 14 Jul 2022 18:46:25 -0700 (PDT) Message-ID: <14dcc8bd-c8fc-6274-7199-92e70a0351fe@gmail.com> Date: Thu, 14 Jul 2022 18:46:23 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH, committed] Fortran: error recovery for bad initializers of implied-shape arrays [PR106209] Content-Language: en-US To: Harald Anlauf , fortran , gcc-patches References: From: Jerry D In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, KAM_SHORT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: fortran@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Fortran mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2022 01:46:29 -0000 Hi Herald, Looks good to me. I have always preferred informative messages. Thanks, Jerry On 7/14/22 1:34 PM, Harald Anlauf via Fortran wrote: > Dear all, > > the attached patch introduces error recovery for two cases of using > an invalid array in a declaration of an implied-shape array instead > of hitting internal errors. > > Initial patch by Steve. The final version was approved in the PR > by Steve. > > Committed as: > > https://gcc.gnu.org/g:748f8a8b145dde59c7b63aa68b5a59515b7efc49 > > Thanks, > Harald >