From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id B6F163858291 for ; Tue, 19 Jul 2022 10:06:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B6F163858291 Received: from mail-qv1-f69.google.com (mail-qv1-f69.google.com [209.85.219.69]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-527--mNYSH3oN16GcaWXfdH4HA-1; Tue, 19 Jul 2022 06:06:17 -0400 X-MC-Unique: -mNYSH3oN16GcaWXfdH4HA-1 Received: by mail-qv1-f69.google.com with SMTP id lp7-20020a056214590700b004733d9feaf6so7086297qvb.0 for ; Tue, 19 Jul 2022 03:06:16 -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=NpMO7UTXOoxrRT03nv9fR8XnE795DOgawOlvto4oCFc=; b=JDQw9/v1YMlNXMFs2/on3wbY1tFUoqFBWBRAHwemlx+PVaZKetyCn1ljYcuJ898SSd OL5IRWXcfAshVhbGQ8a0DsTVo3AlEj8z0grqCWTRYRworyECCQcC/4c+qcEB3+yZ0zoB ZCB33j57NJUr+oigioWBK1VPrzBNlD3Li88Mzqi9IY5mzgC+pTi6yMKoQDv1AqWkJwt4 XDbpVQ8000lb7eYyjIoDK8ASHLBA8OUL5H8WseIH+7mcx2IDHCPccfpTr2z4DsholQ1A v+tWF177uLoiJ7LcaKti2AWWJenPrh5D2EBB4Hx30lI7r+3qKr6x418S+FaC50mgtfNr 4Atw== X-Gm-Message-State: AJIora9+Hb0XccdYxRk9MLnjwXuEG3rILzsx5FYMeTO3oKL+yGJsD83P 1X2sM+UsEr8Vpzz5T6ZGnYoFIyLDiFADpTwV5EN8vIax7hdKZV0w3inyJrzd9N8OhH8OyLQywUZ p7FwZ1Rn8qVLG8Onr6CnAe4TYk4a/8mI= X-Received: by 2002:a05:620a:74e:b0:6b5:f0ec:edbe with SMTP id i14-20020a05620a074e00b006b5f0ecedbemr4524746qki.436.1658225176547; Tue, 19 Jul 2022 03:06:16 -0700 (PDT) X-Google-Smtp-Source: AGRyM1vPkcWuhP/KrY2VSiO+fGbL3rIWc4akHrf7SZ4HJVkT4qKTC94cdd/p5L5HtfMx8KbdwPghWqxcUmmULulO+NA= X-Received: by 2002:a05:620a:74e:b0:6b5:f0ec:edbe with SMTP id i14-20020a05620a074e00b006b5f0ecedbemr4524732qki.436.1658225176345; Tue, 19 Jul 2022 03:06:16 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Tue, 19 Jul 2022 11:06:05 +0100 Message-ID: Subject: Re: Re: [PATCH] libstdc++: Make __from_chars_alnum_to_val conversion explicit To: Marco Falke Cc: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-7.1 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_SHORT, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, 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:06:25 -0000 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.