From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2B8973851C01; Mon, 4 May 2020 01:13:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2B8973851C01 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1588554802; bh=vBXLe9V74q1hli2Pbtq6nMIp4s7yVpceKKBkXx5Trno=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qh9tSDHVvDoJuQ6e/1k6LXKxBe1FqYTti42YCk4aq4iY0sxWp28VdHUFGW8P2krAE oNeEJHHrkaVbyRLOsxYtJdTqLGdjna8NUtcligV2cd2eXczn5dHrGq6i/LGu6RZiDh fDPG3LaKERlh/ybqGEwLxAD6mB8y/R2wOtQK0nFE= From: "ryofurue at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/94931] request: print include path Date: Mon, 04 May 2020 01:13:22 +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: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ryofurue at gmail 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: 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 May 2020 01:13:22 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94931 --- Comment #2 from Ryo Furue --- Thanks for the detailed description. > % gfcx -v -o z a.f90 | & grep -- -fin >=20 > yields >=20 > -fintrinsic-modules-path > /usr/home/kargl/work/lib/gcc/i586-unknown-freebsd13.0/10.0.0/finclude So, I wonder if it is possible and would make sense to include that informa= tion in the output of `--print-search-dirs` ?=