From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 442873857707; Wed, 9 Aug 2023 08:11:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 442873857707 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1691568677; bh=HkrMorqa+73CQgBwnKOXPq77c9F9Q+14H4a92q2KFKw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wJO7DGntSLlyPwpcIvUY7h4Dj3wr0R2blLj9n/kdIf30vebDuYWuLsFPI7cibfSyU UGkNg0nLIrd/YB68UvzlYgZNZ++GDbrZWue9awYFtDi7BV/w6I3Gdar7d6DFRxBjGx Pgi5FytAyZkOG70yU7J3iymg2NRL1K5NzjTJ3Yiw= From: "pault at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/109684] compiling failure: complaining about a final subroutine of a type being not PURE (while it is indeed PURE) Date: Wed, 09 Aug 2023 08:11:16 +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: 13.1.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pault at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109684 --- Comment #16 from Paul Thomas --- >=20 > I am wondering about the pureness test itself, however. Surely, the test > should be for impure procedures that are referenced and not just accessib= le? >=20 > Paul Cancel that comment - it's nonsense! Paul=