From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [IPv6:2a01:e0c:1:1599::10]) by sourceware.org (Postfix) with ESMTPS id 446763857C48 for ; Fri, 26 Mar 2021 17:29:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 446763857C48 Received: from webmail.free.fr (unknown [172.20.243.54]) by smtp1-g21.free.fr (Postfix) with ESMTP id AE7B5B0053B; Fri, 26 Mar 2021 18:29:41 +0100 (CET) Received: from 2a01:e0a:8e0:4370:44ef:6e9c:9e07:5619 by webmail.free.fr MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 26 Mar 2021 18:29:41 +0100 From: dhumieres.dominique@free.fr To: paul.richard.thomas@gmail.com Cc: fortran@gcc.gnu.org Subject: Re: [Patch, fortran] 99307 - FAIL: gfortran.dg/class_assign_4.f90 execution test Message-ID: <41f9c8db055115f94b2375989d4fd3f7@free.fr> X-Sender: dhumieres.dominique@free.fr User-Agent: Webmail Free/1.3.3 X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, SPF_HELO_NONE, SPF_PASS, TXREP, UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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, 26 Mar 2021 17:29:44 -0000 Hi Paul, I have your first patch in my working tree for some time. It works as expected without breaking anything in my own tests. > I couldn't readily see how to prepare a testcase - ideas? I think the testcase is already in the test suite. Note the problem also affects GCC10 with a new release around the corner. Thanks for your work. Dominique