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 CBDF9385829A for ; Tue, 19 Jul 2022 10:06:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org CBDF9385829A Received: from mail-qt1-f197.google.com (mail-qt1-f197.google.com [209.85.160.197]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-527-V1-sc6pcMEOzvEkcp65vxw-1; Tue, 19 Jul 2022 06:06:16 -0400 X-MC-Unique: V1-sc6pcMEOzvEkcp65vxw-1 Received: by mail-qt1-f197.google.com with SMTP id i8-20020ac871c8000000b0031ed35facf3so9289124qtp.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=TClDrK4X+85orLOYPT9rL5KA8KiKTxl1kC6ixQzT+SirTTwxV6YKPJiYWT/X33l+Rh wCvFhX2J6rFSG7+/UjsKekNB2C8mpK3YoEoa0GdGT5An4YzRRYTO5yn8Eciksv6YHWqP gCDr4R46j7WXpObB9HEWIh+4Di5RGYUC7JJRaQUBHen6nt/a3hRILJyMyR6gpbFkriS8 kSICB6XqjspPRYORV0bzUofhHgLievbSXc0omBCcdlbzde83ESfkYkb3Y4Jot/XKT5tU 7QbLVadP3LZ7dvMSfSnB7xKKx0WbGtUG3qxMD+2wS428zLFfERjWgS70gEz+UKNqpQe+ G6vA== X-Gm-Message-State: AJIora95fP9YrLzM/7B2jbyUxzacR0jPV8QB9CYxdGCLMM09onhw/iG+ nS4LFYqGmQOoxu75kJXluBFnPpB98GORg5yk7EDqm0eRgM5AkkR4JM/RtBeGriXAhhYEKw04iAg hLd7KcDZVlFHlTIvLw5m70p2GgnBoSgpAhg== X-Received: by 2002:a05:620a:74e:b0:6b5:f0ec:edbe with SMTP id i14-20020a05620a074e00b006b5f0ecedbemr4524743qki.436.1658225176531; 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.2 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: 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, 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.