https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113355
Bug ID: 113355
Summary: [14 Regression] libstdc++ tests leave directories
which can't be removed
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: hjl.tools at gmail dot com
Target Milestone: ---
rm -rf build-x86_64-linux
rm: cannot remove
'build-x86_64-linux/x86_64-pc-linux-gnu/libstdc++-v3/testsuite/normal12/filesystem-test.remove_all.99037450.1WF8RD/file':
Permission denied
rm: cannot remove
'build-x86_64-linux/x86_64-pc-linux-gnu/libstdc++-v3/testsuite/normal29/filesystem-test.remove_all.2943956954.eVU7Df/file':
Permission denied
[hjl@gnu-skx-1 gcc-x32-gitlab]$ ls -l
build-x86_64-linux/x86_64-pc-linux-gnu/libstdc++-v3/testsuite/normal12/filesystem-test.remove_all.99037450.1WF8RD
total 0
-rw-r--r-- 1 hjl hjl 0 Jan 11 22:37 file
[hjl@gnu-skx-1 gcc-x32-gitlab]$ ls -l
build-x86_64-linux/x86_64-pc-linux-gnu/libstdc++-v3/testsuite/normal12/
total 4
dr-x------ 2 hjl hjl 4096 Jan 11 22:37
filesystem-test.remove_all.99037450.1WF8RD
[hjl@gnu-skx-1 gcc-x32-gitlab]$