From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 876043851C09; Mon, 4 May 2020 01:33:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 876043851C09 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1588556023; bh=g6YMQmbn5YXDgj3x5U8Kof2q7SqHbGN99S1O9NkH1G0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IV7p8xwdPZTjkGt+ARh8AvQDMFHl7pW9qbqwNYZuiLkPeHTsYvGKqnx1NbnPb0EVB mk+zDx7aGEF/wUlhls6dtCOISmv51pI0BHIN0e09K54J4jCgH40pnO+icCc3CMl/Zl W8EBRQDKa3bTA+VWRCJuRAc4y/NlV3QqJywelXcQ= 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:33:43 +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:33:43 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94931 --- Comment #4 from Ryo Furue --- > There is only place gfortran will search for files that > it installs for intrinsic modules, openmp files, and=20 > openacc files. There are no user files here. I see your point! So, should a library developer install the include files there (the directo= ry where the intrinsic modules go)? I suppose that is the design? Thanks for your patience!=