From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x633.google.com (mail-ej1-x633.google.com [IPv6:2a00:1450:4864:20::633]) by sourceware.org (Postfix) with ESMTPS id A3E21385AE43; Tue, 19 Jul 2022 10:13:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A3E21385AE43 Received: by mail-ej1-x633.google.com with SMTP id oy13so26200246ejb.1; Tue, 19 Jul 2022 03:13:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=66KHycPWWihXFt2pgXhDNE52LNme6/kFjs5ATGH0bvA=; b=0dGGhGKkyAKwW53+v0GJWyl6Yk7nJMH6r4iHk0SKWlQgiWBmCqxpXuDDEE3X19I78x p5YsLGdWyE11lLXuhB0hPkSknUidiW3hYtnJU+c0YMxIHS0JGB4FsangubzrBIitLHcg r8GuVVXm+AX0vaiDXGEQ7OK6jcUuZNR9ByvEHWVqPr+ROKCz9W1yUDlASg0cBLxCCHLe FHnNv4ezAmwe+P3WI1L7jY1HqaGi9wwXdVNB+2r/cGr0xd6E6q/iTjWoydNv1lBqzfJK OD/XEMQTuhAVbYgmOYvTB70ceU3CR2r+L4CSGHga9FgCwRA0h1z2qX5o+FWEApp99H5+ /efQ== X-Gm-Message-State: AJIora/bzOSim5TwQz91u3sb3MgHjyX8hGVNdJunYvRZYIOaLhqqTR8z QwOSicv9OSVaLwJXaQYM+JCx/YV/tRPpcPm5BR8= X-Google-Smtp-Source: AGRyM1uqELXBukAToMbWp78ZIlJXfcvv20M/G9prz96F0ivSEb7lI8Em4jU1G1ByCWOsJQGpasJXTtZLYzVb/2pYX/o= X-Received: by 2002:a17:907:6eac:b0:72b:4c75:28fb with SMTP id sh44-20020a1709076eac00b0072b4c7528fbmr29987720ejc.675.1658225621264; Tue, 19 Jul 2022 03:13:41 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Marco Falke Date: Tue, 19 Jul 2022 12:13:30 +0200 Message-ID: Subject: Re: Re: [PATCH] libstdc++: Make __from_chars_alnum_to_val conversion explicit To: Jonathan Wakely Cc: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libstdc++@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++ mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2022 10:13:44 -0000 Thanks Jonathan. Either name is perfectly fine. To clarify, this will be pushed to master and also backported to the 12-branch? Best, Marco On Tue, Jul 19, 2022 at 12:06 PM Jonathan Wakely wrote: > > On Mon, 18 Jul 2022 at 11:11, Marco Falke via Libstdc++ > wrote: > > > > (in reply to https://gcc.gnu.org/pipermail/gcc-patches/2022-July/598412.html, > > adding libstdc++ to CC, with the same patch attached again) > > > > To clarify, this is not a fix for a user-facing issue of gcc or a fix > > for UB. It is just a minor UX improvement for developers that use the > > clang integer sanitizer to detect implicit int conversions. > > Thanks for the patch, I'm running tests now and will commit it once > everything passes. > > As this is an obvious, non-copyrightable fix we don't need any > paperwork of DCO sign-off for this change. Is it OK if I commit it for > the name "Marco Falke" or do you want to use the Author Name > "MacroFake" from the patch attachment? > > Thanks again. >