https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113355
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Last reconfirmed| |2024-01-12 --- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> --- Those tests should clean up after themselves, so I think this happens when the test run is interrupted and the tests don't finish. I think we need a signal handler in make or dejagnu to remove them, or at least chmod them, in case the tests are interrupted with SIGINT or similar.