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?

Reply via email to