https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109921
--- Comment #11 from Andreas Ziegler ---
Tested successfully cross-compiling for
x86_64-buildroot-linux-uclibc w/o locale
Regression tests successful for
i586-buildroot-linux-uclibc w/o locale
aarch64-buildroot-linux-musl w/ locale
(us
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109921
--- Comment #2 from Andreas Ziegler ---
Apart from a small typo
-+ if (rec.ec == errc{})
++ if (res.ec == errc{})
this fixes the build error.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109921
Bug ID: 109921
Summary: c++17/floating_from_chars.cc: compile error:
‘from_chars_strtod’ was not declared in this scope
Product: gcc
Version: 13.1.0
Status: UNCONFIRMED