From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D2D19385B532; Thu, 2 May 2024 17:38:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D2D19385B532 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714671490; bh=/3PH7kYBXxVE9hao5u4W1gXcaPI/tAzNyzaCsyBDyF0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IfaHoKYVIt9zJ+aacvpSzFwrOxRPCCkc5e/OsaczxHHGSEtfBwqcPlm09uYyp9ig5 UZbngOsuNWkHGKXq1Jp/YgX72qfHEUXxKAxgoNUWO83MDIEbJi/HgYheTP334774u4 CKhsIhmH/gB2Lz5kIqLS3zQrqc0qe50Pb1YhldWo= From: "kargls at comcast dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/114922] fsyntax-only need the modules Date: Thu, 02 May 2024 17:38:10 +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.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: kargls at comcast dot net X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID 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: cc 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=3D114922 kargls at comcast dot net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kargls at comcast dot net --- Comment #2 from kargls at comcast dot net --- While Harald gave one reason, consider the simply program use foo, only bar x =3D bar(1.) end gfortran needs information about 'bar'. Is it an array, function, or subroutine?=