From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 82FBE3858D37; Mon, 22 May 2023 06:36:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 82FBE3858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684737366; bh=gCTj0LZep5ZWD3sIypS4JyKrvs4SomnB7ktfwvEM6xA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Md2VZ92gbVGACYt9pPGTyQ35ZUo0PhivW5hrPJw8fd3Acq5ZNvjbvA5qXP2Y4T7g8 CHBExQ3b59Wfb+ZEcCUpDxQbHOxdF1GJdoDAh9a+4LUQuiosSymrwVXNdvPd6sNyRp Wumje/PY+0AHZ5v37JxGXo0tRSRMYgeHq1M5a3RU= From: "trnka at scm dot com" 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: Mon, 22 May 2023 06:36:06 +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: trnka at scm dot com X-Bugzilla-Status: UNCONFIRMED 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=3D109684 --- Comment #3 from Tom=C3=A1=C5=A1 Trnka --- Created attachment 55134 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55134&action=3Dedit testcase reduced to three files This is the most reduced testcase I have found. It was created from the previous one by concatenating files 01 through 06 and dropping files 08 thr= ough 12. Again, compile with "gfortran -c *.f90" to reproduce. Concatenating any= of these remaining three files together makes the bug disappear.=