From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.smtpout.orange.fr (smtp-23.smtpout.orange.fr [80.12.242.23]) by sourceware.org (Postfix) with ESMTPS id B7E423858C54 for ; Fri, 14 Jul 2023 07:43:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B7E423858C54 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.15] ([86.215.161.51]) by smtp.orange.fr with ESMTPA id KDShqL0Rl2ts4KDSmqXukC; Fri, 14 Jul 2023 09:43:41 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=orange.fr; s=t20230301; t=1689320621; bh=7hjmtrw5q2XAvaVZHw9TvErVwY29fIDCgsPQwQYDDJw=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=laYCXjD2nBhjrQFmbAb7NiL6Ib1m/Sk/08HRfrrcuDCmq7F+GMtszXnFsLqe6OKZ7 UVaN2T5LCPLfFRDKF6xa77/1BzQ/UpMgBvnLaO9hLcunP2h+PlaefNTVZSH8Vy+pFK 3iyhWutaCCYDz5a1zXQ2qOllHbBAg/ef53x/rYHhpdzaCwLTa9QsBeZF6WvGDWjH+a Qxehh8cPKd+UcIWiWna7oDK+STZgEUfxbHzozDw8MfDKdCYMEAAGkQJkEyvh4H5eV7 TfR+HSG11uCccbZ5uhRYSXQQQuWzXv5j5yaIUQWzg3h1M6Ht2q++Zhcv53iAQJRrZ5 Kdox+i70Q10rg== X-ME-Helo: [192.168.1.15] X-ME-Auth: bW9yaW4tbWlrYWVsQG9yYW5nZS5mcg== X-ME-Date: Fri, 14 Jul 2023 09:43:41 +0200 X-ME-IP: 86.215.161.51 Message-ID: <1d6db296-c6c0-8667-0c88-298f90519122@orange.fr> Date: Fri, 14 Jul 2023 09:43:34 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [PATCH 14/14] fortran: Pass pre-calculated class container argument [pr110618] To: Paul Richard Thomas , Mikael Morin Cc: fortran@gcc.gnu.org References: <20230713085236.330222-1-mikael@gcc.gnu.org> <20230713085236.330222-15-mikael@gcc.gnu.org> Content-Language: en-US From: Mikael Morin In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-5.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,JMQ_SPF_NEUTRAL,KAM_SHORT,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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: Hello, Le 14/07/2023 à 07:55, Paul Richard Thomas via Fortran a écrit : > Hi Mikhail, > > This patch uses a field for gfc_se called class container, which is > neither declared nor set as far as I can tell. > These patches are dependent on my previous patchset for pr92178. Sorry, I didn't highlight that enough obviously. The field is declared and set here: https://gcc.gnu.org/pipermail/fortran/2023-July/059582.html https://gcc.gnu.org/pipermail/gcc-patches/2023-July/624083.html It is additionally set in one more place in the next patch here: https://gcc.gnu.org/pipermail/fortran/2023-July/059583.html https://gcc.gnu.org/pipermail/gcc-patches/2023-July/624084.html