From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D98263858D38; Tue, 31 Oct 2023 08:24:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D98263858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698740641; bh=ResVfXpQhwq7a6BzlAEWSNvspAw13qSnbukYaPO7w7g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=cuT07m9q4rGIAyPQVIeIaJzA3GmyvMGnNTG4K8XHb4aoEosSuLC93bccEwTVZROYb T6t5D1yc6MVBrmqZ+lU01Q9JRJSl0LvhrBl+dw/j+HIyBXT81AkAjn+XyYt+oQXgqq hAaUtK2cTxdvJOF2yTGryPFcoPUwn5bl6dzCdwnI= From: "pault at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/49213] [OOP] gfortran rejects structure constructor expression Date: Tue, 31 Oct 2023 08:24:01 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 8.1.1 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: major X-Bugzilla-Who: pault at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pault at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D49213 --- Comment #38 from Paul Thomas --- This bug has fixed itself on mainline. I thought that it might be r14-4943-g8d2130a4e5ce369f5884c8522934dc027db6e9d8 but reversion didn't cau= se a recurrence. @Martin - as and when you have the time, could you please find the commit t= hat fixed this PR. Paul=