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


"nathan@gcc.gnu.org wrote:"
> 
> 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.

Where is this documented? Is it part of the language specification or
one of the wholes left for compiler implementors to make decisions
about?

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


-- 


Regards,

David Highley		      Phone: (206) 669-0081
Highley Recommended, Inc.	FAX: (253) 838-8509
2927 SW 339th Street	      Email: dhighley@highley-recommended.com
Federal Way, WA 98023-7732	WEB: http://www.highley-recommended.com


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