From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 396B7385843A; Tue, 31 Oct 2023 08:29:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 396B7385843A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698740987; bh=XFtY8AeVs6+XI1okYFCSIpAvtDVQ3EMs92lTtI+/wl0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OwVm4v2MvuKgmUT8s2i2UXVYnNFvoo47nPC4f7fkKXg/Emns16y5HsT5Rf+HDAVrI PmXiaPV15vmH5sfkYMy/R2UslWpnBta+936BUsTghvyxlwFUaLDqX9G06iyUCI3a6Q r7mteacn4e1Zzxbc7AKcR+7s30NyxR2P0udTGb8o= 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:29:46 +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: RESOLVED X-Bugzilla-Resolution: FIXED 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: bug_status resolution 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 Paul Thomas changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #39 from Paul Thomas --- (In reply to Paul Thomas from comment #38) > This bug has fixed itself on mainline. I thought that it might be > r14-4943-g8d2130a4e5ce369f5884c8522934dc027db6e9d8 but reversion didn't > cause a recurrence. >=20 > @Martin - as and when you have the time, could you please find the commit > that fixed this PR. >=20 > Paul Martin, Please forgive the noise and ignore the doubled request. For some reason, w= hen I first opened the PR, the later comments and my commit were missing. Fixed on mainline. Thanks for the report and sorry for the long delay in fi= xing the bug. Paul=