From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 09E65385829A; Sat, 20 Jan 2024 18:50:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 09E65385829A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705776639; bh=5yUK3i9V4kKFA+i/ox0sUy9jMfeJPemMcNsQToSiupc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bC40/51W0H28gxrAL3v9nKzN3RWv7xvUPMu1mkBnhSuiiIQCtclAmhWTknEwmbz+E i/xF2CGLJxNPTuWu5TyhP58f1jYypWAK3E+9TagjIC8cyq9mQgR2EXrI0ti0obEZYX rFs1zpAfN9czKMUFM3CzouSyHj5cRsrcGrcJLvaI= From: "ctechnodev at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/82943] [F03] Error with type-bound procedure of parametrized derived type Date: Sat, 20 Jan 2024 18:50:38 +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.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: ctechnodev at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D82943 --- Comment #15 from Alexander Westbrooks --- Created attachment 57176 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57176&action=3Dedit Proposed Patch to fix PR82943, PR86148, PR86268=