From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C34833858D28; Fri, 15 Mar 2024 07:07:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C34833858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710486477; bh=IZqz3tTVDOhLjx08vO09UBJcsM0oyuRd2JBDf/qTC+Y=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qVBDXZyxIdLxT7NW6LVCeM4/Y30kunn/gdrUpZ7u0tv0ciyFbZVj8L9cZsJCkRnEd K7gnQavxLD44yOnf9WrgC3Wto/53A6oT8toERS75zn0BmMaSUnDIJeJN+vJ/SnePHZ igRdWQIQO026UgJFkBJWVOlsDhUDujfrjdctsseI= From: "pault at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/89645] No IMPLICIT type error with: ASSOCIATE( X => function() ) Date: Fri, 15 Mar 2024 07:07:57 +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: 9.0 X-Bugzilla-Keywords: rejects-valid 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=3D89645 Paul Thomas changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #7 from Paul Thomas --- This mega-patch, on the scale of the importance of the problem, was required because of gfortran's one pass parsing. It might be a temporary fix because= I am contemplating how an initial pass of contained procedures might be introduced. Fixed on mainline. Paul=