https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105329
Gustaw Smolarczyk <wielkiegie at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wielkiegie at gmail dot com
--- Comment #30 from Gustaw Smolarczyk <wielkiegie at gmail dot com> ---
I have encountered a similar bug, reproducer:
#include <string>
std::string foo()
{
return "_" + std::to_string(0);
}
