From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BFBA43861001; Sat, 29 Aug 2020 12:04:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BFBA43861001 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1598702689; bh=PCwVQk91Bxlu272o6/rhCdVEyzRqbIRR6yVQPcmsfdY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=LKBmF4A9vVo1YifCncSPQqCfM/YNL8XJP9JPY8p9fgwdErop5LjOfKJbAT3TTbhou 3PphyrGruN2oDGGnQ/a8C9GJKB8ei1FKAm/XKvo1hEK+yDyJNCeyVqViBg4cl4MV8j s1ad3kiPOtqNDuyxDaNNFaX9893QSUY9tYXK1qV4= From: "pault at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/96495] [gfortran] Composition of user-defined operators does not copy ALLOCATABLE property of derived type Date: Sat, 29 Aug 2020 12:04:49 +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: 10.1.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pault at gcc dot gnu.org X-Bugzilla-Status: NEW 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Aug 2020 12:04:49 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96495 --- Comment #4 from Paul Thomas --- The fix is submitted at: https://gcc.gnu.org/pipermail/fortran/2020-August/054945.html Regards Paul=