Re: [PATCH] [libiberty] MAX_PATH problems with mingw gcc

2013-11-07 Thread Ian Lance Taylor
ct: Re: [PATCH] [libiberty] MAX_PATH problems with mingw gcc > > Jan, thank you for your attention. > > It looks to me that you missed that the patch changes current gcc policy for > work with > pathname separators on "hosts" supporting both back and forward slashes f

RE: [PATCH] [libiberty] MAX_PATH problems with mingw gcc

2013-11-06 Thread Vladimir Simonov
> -Original Message- > From: Ian Lance Taylor [mailto:i...@google.com] > Sent: Wednesday, November 06, 2013 6:42 PM > To: Joey Ye > Cc: gcc-patches; d...@redhat.com; Vladimir Simonov > Subject: Re: [PATCH] [libiberty] MAX_PATH problems with mingw gcc Jan, thank you

Re: [PATCH] [libiberty] MAX_PATH problems with mingw gcc

2013-11-06 Thread Ian Lance Taylor
On Tue, Nov 5, 2013 at 11:41 PM, Joey Ye wrote: > Ping > > ChangeLog > > 2013-10-27 Vladimir Simonov > > (include) > filename.h (FILENAME_NORMALIZE): New macro. > (filename_normalize): New declare. > > (libiberty) > filename_cmp.c (memmove_left): New function. > (f

[PATCH] [libiberty] MAX_PATH problems with mingw gcc

2013-11-05 Thread Joey Ye
Ping ChangeLog 2013-10-27 Vladimir Simonov (include) filename.h (FILENAME_NORMALIZE): New macro. (filename_normalize): New declare. (libiberty) filename_cmp.c (memmove_left): New function. (filename_normalize): Likewise. getpwd.c (getpwd): Use FILENAME_NOR