From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.smtpout.orange.fr (smtp01.smtpout.orange.fr [80.12.242.123]) by sourceware.org (Postfix) with ESMTPS id 1A6ED3857C7C for ; Thu, 13 Jan 2022 12:04:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1A6ED3857C7C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=orange.fr Authentication-Results: sourceware.org; spf=none smtp.mailfrom=orange.fr Received: from [192.168.1.17] ([86.253.179.215]) by smtp.orange.fr with ESMTPA id 7yqDnNM67u3WE7yqIno0M8; Thu, 13 Jan 2022 13:04:35 +0100 X-ME-Helo: [192.168.1.17] X-ME-Auth: MDU4MTIxYWM4YWI0ZGE4ZTUwZWZmNTExZmI2ZWZlMThkM2ZhYiE5OWRkOGM= X-ME-Date: Thu, 13 Jan 2022 13:04:35 +0100 X-ME-IP: 86.253.179.215 Message-ID: <78c6eccd-b537-d592-25f1-75b9b39f5c91@orange.fr> Date: Thu, 13 Jan 2022 13:04:28 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.4.1 From: Mikael Morin Subject: Re: [PATCH] PR fortran/67804 - ICE on data initialization of type(character) with wrong data To: Harald Anlauf , fortran , gcc-patches References: Content-Language: fr In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00, FREEMAIL_FROM, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no 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: Thu, 13 Jan 2022 12:04:39 -0000 Le 12/01/2022 à 21:29, Harald Anlauf via Fortran a écrit : > Dear Fortranners, > > the attached patch improves error recovery after an invalid > structure constructor has been detected in a DATA statement. > > Testcase by Gerhard. > > Regtested on x86_64-pc-linux-gnu. OK for mainline? > > This should be a rather safe patch which I would like to > backport to 11-branch after a suitable waiting period. > OK; thanks.