This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9 in repository gcc.
from ea3f1f23478 Daily bump. new ce2da7f82f4 libstdc++: Fix std::from_chars to ignore leading zeros in base 2
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libstdc++-v3/include/std/charconv | 8 ++- libstdc++-v3/testsuite/20_util/from_chars/1.cc | 19 +++++-- libstdc++-v3/testsuite/20_util/from_chars/3.cc | 79 ++++++++++++++++++++++++++ 3 files changed, 99 insertions(+), 7 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/from_chars/3.cc