https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104333
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|unassigned at gcc dot gnu.org |marxin at gcc dot gnu.org --- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> --- Oh, the commit is needed in order to prevent: g++ hello.cc -fmodules-ts -std=c++20 -x c++-system-header string_view g++: error: string_view: No such file or directory Let me prepare a patch.