https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80209
Ian Lance Taylor <ian at airs dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |ian at airs dot com Resolution|--- |WORKSFORME --- Comment #1 from Ian Lance Taylor <ian at airs dot com> --- Well, as you can see the code is doing mkdir $DIR cd $DIR You didn't report any error message from mkdir, so presumably it succeeded. The script will be running in the TARGET/libgo directory in the build directory, so the directory should be writable, the mkdir should succeed, and of course the cd should succeed. I don't know why the directory was removed immediately after it was created, but I don't see any sign of an underlying problem in the testsuite. This is the first I have heard of this problem. I'll close this as unreproducible, but please reopen if you disagree.