https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121814
--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
for (auto c = __cs; c < __cs + __ilen; ++c)
__s += c;
Shouldn't that be __len not __ilen?
redi at gcc dot gnu.org via Gcc-bugs Fri, 05 Sep 2025 13:32:26 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121814
--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
for (auto c = __cs; c < __cs + __ilen; ++c)
__s += c;
Shouldn't that be __len not __ilen?