https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108636
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|C++20 undefined reference |[10/11/12 Regression] C++20 |to |undefined reference to |`std::filesystem::__cxx11:: |`std::filesystem::__cxx11:: |path::_List::type(std::file |path::_List::type(std::file |system::__cxx11::path::_Typ |system::__cxx11::path::_Typ |e)' with |e)' with |-fkeep-inline-functions |-fkeep-inline-functions Known to fail| |10.4.0, 11.3.0, 12.2.0, | |9.1.0 Target Milestone|--- |10.5 Known to work| |8.5.0 --- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> --- Fixed on trunk so far. Backports to follow.