[PATCH] Fix for GCC '-MF' option cannot deal with long paths in Windows

2022-01-17 Thread Sundeep KOKKONDA via Gcc-patches
Hello, The '-MF' option cannot deal with path size >256 characters in Windows. This patch is to fix this long path issue with -MF option. Let me know is it ok to commit? -- Thanks, Sundeep K. c-opts.patch Description: Binary data

RE: [PATCH] Fix for GCC '-MF' option cannot deal with long paths in Windows

2022-02-03 Thread Sundeep KOKKONDA via Gcc-patches
m Cc: GCC Patches Subject: Re: [PATCH] Fix for GCC '-MF' option cannot deal with long paths in Windows On Mon, Jan 17, 2022 at 8:35 AM Sundeep KOKKONDA via Gcc-patches wrote: > > Hello, > > > > The '-MF' option cannot deal with path size >256 characters i

RE: [PATCH] Fix for GCC '-MF' option cannot deal with long paths in Windows

2022-02-21 Thread Sundeep KOKKONDA via Gcc-patches
uary 18, 2022 9:22 AM To: sundeep.kokko...@gmail.com Cc: GCC Patches Subject: Re: [PATCH] Fix for GCC '-MF' option cannot deal with long paths in Windows On Mon, Jan 17, 2022 at 8:35 AM Sundeep KOKKONDA via Gcc-patches wrote: > > Hello, > > > > The '-MF' op

Re: [PATCH] Fix for GCC '-MF' option cannot deal with long paths in Windows

2022-01-17 Thread Andrew Pinski via Gcc-patches
On Mon, Jan 17, 2022 at 8:35 AM Sundeep KOKKONDA via Gcc-patches wrote: > > Hello, > > > > The '-MF' option cannot deal with path size >256 characters in Windows. This > patch is to fix this long path issue with -MF option. > > Let me know is it ok to commit? I don't think this is the right place

RE: [PATCH] Fix for GCC '-MF' option cannot deal with long paths in Windows

2022-01-18 Thread Sundeep KOKKONDA via Gcc-patches
7;-MF' option cannot deal with long paths in Windows On Mon, Jan 17, 2022 at 8:35 AM Sundeep KOKKONDA via Gcc-patches wrote: > > Hello, > > > > The '-MF' option cannot deal with path size >256 characters in > Windows. This patch is to fix this long path iss