https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88881
--- Comment #16 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jonathan Wakely <r...@gcc.gnu.org>: https://gcc.gnu.org/g:b7210405ed8eb5fd723b2c99960dcc5f0aec89b4 commit r11-7222-gb7210405ed8eb5fd723b2c99960dcc5f0aec89b4 Author: Jonathan Wakely <jwak...@redhat.com> Date: Wed Feb 10 16:51:34 2021 +0000 libstdc++: Re-enable workaround for _wstat64 bug, again [PR 88881] I forgot that the workaround is present in both filesystem::status and filesystem::symlink_status. This restores it in the latter. libstdc++-v3/ChangeLog: PR libstdc++/88881 * src/c++17/fs_ops.cc (fs::symlink_status): Re-enable workaround.