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: [patch, fixincludes] PR29867 - [4.3 Regression] fixes not applied due to distro-specific subdirectories


On Thursday 21 December 2006 21:17, Bruce Korb wrote:
> On 12/21/06, Daniel Franke <franke.daniel@gmail.com> wrote:
> > Any hints how to proceed? Bruce?
>
> Convert "strstr()" to use "fnmatch()" and use a globbing pattern.  [...]  
> I'll try to get to it over new year, if someone doesn't scratch the 
> itch before then. 

Bruce,

I attached a patch to PR29867 that replaces strstr() by fnmatch() in 
fixincl.c(fix_applies). This solves the issue for me, now everything 
bootstrapps and regtests fine.

However, the patch did not improve the matter for Jean-Pierre, the reporter. 
It seems that we have to deal with two different issues here ...

Regards
	Daniel


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