From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3867 invoked by alias); 9 May 2010 19:41:22 -0000 Received: (qmail 3826 invoked by uid 48); 9 May 2010 19:41:11 -0000 Date: Sun, 09 May 2010 19:41:00 -0000 Message-ID: <20100509194111.3825.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/35707] Search /usr/local/include and /usr/include for .mod files In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dfranke at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-05/txt/msg00914.txt.bz2 ------- Comment #13 from dfranke at gcc dot gnu dot org 2010-05-09 19:41 ------- (In reply to comment #12) > -Idir > These affect interpretation of the "INCLUDE" directive (as well as > of > the "#include" directive of the cpp preprocessor). > > Also note that the general behavior of -I and "INCLUDE" is pretty > much the same as of -I with "#include" in the cpp preprocessor, with > regard to looking for header.gcc files and other such things. > > This path is also used to search for .mod files when previously > compiled modules are required by a "USE" statement. Yes, I think that this text needs an update. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35707