This is the mail archive of the gcc-patches@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]

Re: PATCH to fix include paths


On Fri, Sep 14, 2001 at 12:52:08PM +0100, Joseph S. Myers wrote:
> On Fri, 14 Sep 2001, Per Bothner wrote:
> 
> > The main effective change is to add a new directory to be searched:
> > PREFIX_INCLUDE_DIR, defined from $prefix/include.  However this is
> 
> I'm not sure exactly what documentation there is of include directories
> (both from the user and internals perspective), but this patch definitely
> needs to update or add it.  In particular, it should move what's at the
> end of install-old.texi to a more appropriate place, updated to reflect
> current GCC as necessary.

Chapter 5 of the GCC manual is "C Implementation-defined behavior".
It's mostly empty (just the list of what's supposed to be covered), but
this would be a good place to either put the user-level information or
to link to that information.  Section 5.11 covers preprocessing
directives.  The first item, corresponding to section 6.4.7 of the
standard, is "How sequences in both forms of header names are mapped to
headers or external source file names".

Janis


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