This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c/5128: Include Flag Order Not Followed


Synopsis: Include Flag Order Not Followed

State-Changed-From-To: analyzed->closed
State-Changed-By: nathan
State-Changed-When: Fri Jan  4 01:34:05 2002
State-Changed-Why:
    Not a bug. For files #included like
    	#include "s.h"
    the search path is
    1) the directory containing the including file
    2) the user search path
    3) the system search path
    
    For those #included with <s.h> that first lookup
    is omitted.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5128


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]