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]
Other format: [Raw text]

Re: header search path change with 2003-03-02 commit


On Tue, 18 Mar 2003, Daniel Jacobowitz wrote:
> That said, this is the bit that's causing the problem, right:
>           else if (len && !strncmp (p->fname, cpp_GCC_INCLUDE_DIR, len))
>             str = concat (iprefix, p->fname + len, NULL);

I'm not sure what you mean; I have deliberately stayed out of
the code until there's consensus what should happen.  But that
branch is executed for a failing 990625-1.c, if that's what you
mean.

> Or is it the update_path case below?

That code isn't executed for a failing 990625-1.c.

brgds, H-P


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