From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 374413858D34; Sun, 3 May 2020 05:28:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 374413858D34 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1588483724; bh=UB+z8a2QVzf/mGk1Gq9nbwZS7fD3hn4qOX5HV7T2/+A=; h=From:To:Subject:Date:From; b=lpWcamsPSCm0C4Bvw3oavlr4Bl/a6uogwVewhJEv+JmPGZqie520SqmZbrcGrFt7F fB/eU/kIIy21bE5+T5M2ZFJMSUrY5VrG2LYulGMCVh5bE27qlZpDm6SSeqXVMreLx2 vzG1dlRLniBZxWYnnmS5N9teFyRpDp37NA7Xf2Zk= From: "ryofurue at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/94931] New: request: print include path Date: Sun, 03 May 2020 05:28:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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: Sun, 03 May 2020 05:28:44 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94931 Bug ID: 94931 Summary: request: print include path Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: ryofurue at gmail dot com Target Milestone: --- I'm not familiar with this bug tracker. I mean to submit a request, not a b= ug report. ---- Sorry if I missed anything, but it seems to me that there is no (official) = way to print the list of paths which gfortran searches for include files. If th= at is correct, my request would be to provide a means to print the paths. The `--print-search-dirs` option indicates paths only for the installation, executables, and libraries (It seems to me). This discussion applies to the INCLUDE statement of the Fortran language, n= ot the `#include` directive of the preprocessor. Off-topic: I wonder if there is a discussion available online about why /usr/include or something like that is not searched by default? Is there a common (more or less standard) place for gfortran to search?=