Hello Andrew, Can you please let me know your feedback on the patch?
Thanks, Sundeep K. -----Original Message----- From: [email protected] <[email protected]> Sent: Wednesday, January 19, 2022 10:40 AM To: 'Andrew Pinski' <[email protected]> Cc: 'GCC Patches' <[email protected]> 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 <[email protected]> Sent: Tuesday, January 18, 2022 9:22 AM To: [email protected] Cc: GCC Patches <[email protected]> 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 <[email protected]> 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. >
