From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.smtpout.orange.fr (smtp-16.smtpout.orange.fr [80.12.242.16]) by sourceware.org (Postfix) with ESMTPS id E3C7C3858D32 for ; Sun, 29 Jan 2023 16:27:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E3C7C3858D32 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=orange.fr Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=orange.fr Received: from [192.168.1.16] ([2.10.193.163]) by smtp.orange.fr with ESMTPA id MAWXplZt9JJsoMAWYpiPyh; Sun, 29 Jan 2023 17:27:25 +0100 X-ME-Helo: [192.168.1.16] X-ME-Auth: bW9yaW4tbWlrYWVsQG9yYW5nZS5mcg== X-ME-Date: Sun, 29 Jan 2023 17:27:25 +0100 X-ME-IP: 2.10.193.163 Message-ID: <11f26e48-41a7-bb7d-8805-ea9559e05277@orange.fr> Date: Sun, 29 Jan 2023 17:27:21 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Subject: Re: [patch, fortran] PR103506 [10/11/12/13 Regression] ICE in gfc_free_namespace, at fortran/symbol.c Content-Language: fr To: Jerry DeLisle , gfortran Cc: gcc-patches References: <56d431f3-a8d5-a122-41e6-df472c41b326@protonmail.com> From: Mikael Morin In-Reply-To: <56d431f3-a8d5-a122-41e6-df472c41b326@protonmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3.8 required=5.0 tests=BAYES_00,FREEMAIL_FROM,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Le 29/01/2023 à 05:17, Jerry DeLisle via Fortran a écrit : > Attached patch fixes this problem by allowing the namespace pointer to > be set correctly regardless of error condition. > > Regression tested on x86_64_linux_gnu. > > OK for trunk and backports? > Yes, thanks.