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]

Re: preprocessor/3243: /usr/local/gcc-3.0/include/g++-v3/i686-pc-linux-gnu/bits/gthr.h:98:26: gthr-default.h: No such file or directory


aoliva@gcc.gnu.org wrote:-

> State-Changed-Why:

> Seems to be a preprocessor bug.  #include "file.h" should look for
> file.h in the directory containing the file being processed first,
> regardless of the header search path or -I-.

No, that is not what is implemented, nor is it what is documented.
So, either the bug lies elsewhere, or we need a good reason to change
the documented behaviour.

Neil.


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