https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105651
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-bisection, | |needs-reduction Ever confirmed|0 |1 Last reconfirmed| |2022-06-21 Status|UNCONFIRMED |NEW --- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Slightly more reduced testcase (still has system headers): #include <string> std::string f() { return "_" + std::string(" "); }