From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C6D3B3858C53; Fri, 2 Jun 2023 08:40:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C6D3B3858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685695200; bh=dwG7VLNGMaoqHBHJoJmrMF8TbojbhZ9mKOvUBO/Yiko=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Z0W6qvNqDS4vtw6F3N1AHo7l7A7xxc65ZL6AFTClukkfy6UWhgmG3+iGcGtd/46eT F7i93jLua37KTJvYx+qpS5DWQlScmJJyf1OrLomS0s1LRGFTbBzaBBiO3QQbyYRLcF e4MvwycoRqtrHYhnSWYvhAHfy8133+AJqPgBaoQs= From: "pault at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/102109] Associate to construct compound object results in incorrect type inferred Date: Fri, 02 Jun 2023 08:39:58 +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: 11.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal 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: resolution bug_status 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=3D102109 Paul Thomas changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #3 from Paul Thomas --- Hi Brad, This is fixed on trunk (14-branch). I am going to close the PR for housekee= ping purposes but will be sure to include the patch in a cumulative backport. Thanks for the report. Paul=