From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x1030.google.com (mail-pj1-x1030.google.com [IPv6:2607:f8b0:4864:20::1030]) by sourceware.org (Postfix) with ESMTPS id A59FC385843F for ; Tue, 22 Feb 2022 05:22:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A59FC385843F Received: by mail-pj1-x1030.google.com with SMTP id m1-20020a17090a668100b001bc023c6f34so1272310pjj.3 for ; Mon, 21 Feb 2022 21:22:06 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:references:in-reply-to:subject:date :message-id:mime-version:content-transfer-encoding:content-language :thread-index; bh=fEr2d3J9OTa+tCQ05q8Ak60mf7MBtRoqRfiY3RgV5i8=; b=Mej5QtDibbTQuTan4b1atcxSjVBzWl2aRjtX8UGD5GRpt62GL0LmD3zUSbMGmgiJdG SO9nt+VWSbINKnrjgbRy3WmYG9RSGg4C8sJ3Q2jbBTlX0SUXkvYLJl+QcuOioucppEsQ gmff9eH4s+HJH3l3bVVxJwU6dS2JDp15BxDJ9AahtoRhaqYxlWCmYyroOwH1W3yCBZcd HMAdbSPjGptDtiTTAbdTo6sOsyLtTxLy6Nye1Nd4zBxEz8alD8wAgTTJRuOuA4n2bnc5 gndgtFJGsDduPrXIxnKVw62SF/f7BAi3+ABsEPCO7KYs70QK8PKB6pXUctk9+6p4Vb4K D6ng== X-Gm-Message-State: AOAM5312EpXwSByL45Mlsviiky7lWBdwCUkM30iD3HDdKzVe9Q5M4EhK eWVP4Q+ZH9MtXjdWNTmoQUg= X-Google-Smtp-Source: ABdhPJz5B0jry1Ts61YgvwnS8qrOz3FjEsHHifMLQYvKg4flQmRHKej61AQneyE0cus3U4IFZiA9cw== X-Received: by 2002:a17:90a:ca06:b0:1bc:650b:a30d with SMTP id x6-20020a17090aca0600b001bc650ba30dmr2377116pjt.96.1645507324508; Mon, 21 Feb 2022 21:22:04 -0800 (PST) Received: from SundeepGBF6NW2 ([103.197.112.70]) by smtp.gmail.com with ESMTPSA id d9sm15047278pfl.45.2022.02.21.21.22.02 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 21 Feb 2022 21:22:03 -0800 (PST) From: To: "'GCC Patches'" , "'Andrew Pinski'" References: <025c01d80bbf$da384710$8ea8d530$@gmail.com> <003501d80cf2$c1ab0820$45011860$@gmail.com> <04ea01d8197b$af2d4100$0d87c300$@gmail.com> In-Reply-To: <04ea01d8197b$af2d4100$0d87c300$@gmail.com> Subject: RE: [PATCH] Fix for GCC '-MF' option cannot deal with long paths in Windows Date: Tue, 22 Feb 2022 10:51:50 +0530 Message-ID: <02ab01d827ac$203ce6f0$60b6b4d0$@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 16.0 Content-Language: en-us Thread-Index: AQGxf5fkB42MG3VCf88eZTRTaTHu1gK4zIS3AXeEPo8Bq3nJX6y9efJw X-Spam-Status: No, score=2.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2022 05:22:07 -0000 Hello, Can you please review the patch and let me know the feedback? Thanks, Sundeep K. -----Original Message----- From: sundeep.kokkonda@gmail.com =20 Sent: Friday, February 4, 2022 9:30 AM To: 'Andrew Pinski' Cc: 'GCC Patches' 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.kokkonda@gmail.com Sent: Wednesday, January 19, 2022 10:40 AM To: 'Andrew Pinski' Cc: 'GCC Patches' 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 Sent: Tuesday, January 18, 2022 9:22 AM To: sundeep.kokkonda@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' option cannot deal with path size >256 characters in=20 > 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. >