From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x636.google.com (mail-pl1-x636.google.com [IPv6:2607:f8b0:4864:20::636]) by sourceware.org (Postfix) with ESMTPS id 0F0E33858D39 for ; Fri, 4 Mar 2022 19:34:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0F0E33858D39 Received: by mail-pl1-x636.google.com with SMTP id s1so8623484plg.12 for ; Fri, 04 Mar 2022 11:34:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=A6B/I7NkIZKC2+n/U1pI88CEEQc6I/uplezJVGP9/nQ=; b=T2kY1Y86/0uMtFICSmR6BAbvyZkrO3QakiG8ylI6x0lrWwMg2BWYMH+BR372QwbGIQ qljZ2OSzhbjQFvgEkqtajg9bOw1Ykk7U+CyOPpXpuevF8sGEymNPgBZFhJ2qZ9cC6GAV cqgV6R3nfBWYP2uw2woY14G/G1QhJJ02fmAqfinFOHD+MobtEWSQWrccGhdUqO6FXHm2 NzlxX4KLmiYkct5TS48OriuradPEpsfBa6BJ/hIeLe+WOZUk6yVdYY+jIl/cUa5iMii1 Re/JCi8NXnP5fGUn9Nk1fBtDfrtwAAiiVCVYqOeJTfSWlabUuHav2sF7pUujubqb/ntM MU+w== X-Gm-Message-State: AOAM531bihuyZZ29SdUbrFXfpyFqO6NOGX8OOur2VRadSeMiDhrffQIG D67/m5RbBPOO/wwTS0Wojl89r2sSyobF5fXu1g4pZ4FkRp8= X-Google-Smtp-Source: ABdhPJzfC9OcD51FK20mcuLoRDoaRWhRAux83Iuxhg95RgbFFU8t3kcZK5sYzLfQZ0pwTXUtOWgGTkZpmeFpwmaqBtY= X-Received: by 2002:a17:90a:bb0d:b0:1bd:3baf:c8b4 with SMTP id u13-20020a17090abb0d00b001bd3bafc8b4mr207287pjr.15.1646422439104; Fri, 04 Mar 2022 11:33:59 -0800 (PST) MIME-Version: 1.0 From: Krishna Narayanan Date: Sat, 5 Mar 2022 01:03:47 +0530 Message-ID: Subject: Doubt regarding the PR92209 To: gcc-help Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=0.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, KAM_NUMSUBJECT, 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-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-help@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-help mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2022 19:34:01 -0000 Hello, I am working on this issue(PR92209) and had a query concerning it,for this PR I have done by making the required change in text rather than a fix-it diagnostic.Either of the two should be fine right? Thanks, Krishna Narayanan