Hello, Can you please review the patch and let me know the feedback?
Thanks, Sundeep K. -----Original Message----- From: sundeep.kokko...@gmail.com <sundeep.kokko...@gmail.com> Sent: Friday, February 4, 2022 9:30 AM To: 'Andrew Pinski' <pins...@gmail.com> Cc: 'GCC Patches' <gcc-patches@gcc.gnu.org> Subject: RE: [PATCH] Fix for GCC '-MF' option cannot deal with long paths in Windows Hello Andrew, Can you please let me know your feedback on the patch? Thanks, Sundeep K. -----Original Message----- From: sundeep.kokko...@gmail.com <sundeep.kokko...@gmail.com> Sent: Wednesday, January 19, 2022 10:40 AM To: 'Andrew Pinski' <pins...@gmail.com> Cc: 'GCC Patches' <gcc-patches@gcc.gnu.org> Subject: RE: [PATCH] Fix for GCC '-MF' option cannot deal with long paths in Windows Hello Andrew, I updated the patch. Please see attached patch files and let me know your feedback. Thanks, Sundeep K. -----Original Message----- From: Andrew Pinski <pins...@gmail.com> Sent: Tuesday, January 18, 2022 9:22 AM To: sundeep.kokko...@gmail.com Cc: GCC Patches <gcc-patches@gcc.gnu.org> 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 <gcc-patches@gcc.gnu.org> 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 to put this. Maybe a better way to implement this is to have a wrapper around fopen for windows and do it that way. Does open have the same issue? Thanks, Andrew Pinski > > > > > > -- > > Thanks, > > Sundeep K. >