Re: Re: [PATCH] libstdc++: Make __from_chars_alnum_to_val conversion explicit

2022-07-19 Thread Marco Falke via Gcc-patches
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 > > htt

Re: Re: [PATCH] libstdc++: Make __from_chars_alnum_to_val conversion explicit

2022-07-18 Thread Marco Falke via Gcc-patches
(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 saniti

[PATCH] libstdc++: Make __from_chars_alnum_to_val conversion explicit

2022-07-14 Thread Marco Falke via Gcc-patches
>From 2d4e7cd1d476a065d824e11045c8dbc049d5f0a0 Mon Sep 17 00:00:00 2001 From: MacroFake Date: Thu, 14 Jul 2022 15:26:12 +0200 Subject: [PATCH] libstdc++: Make __from_chars_alnum_to_val conversion explicit The optimizations from commit a54137c88061c7495728fc6b8dfd0474e812b2cb introduced a clang in