https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105620
pc at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pc at gcc dot gnu.org --- Comment #1 from pc at gcc dot gnu.org --- gcc/testsuite/g++.dg/tsan/pr88018.C includes one of the files moved in the patch: ``` // { dg-skip-if "" { *-*-* } { "*" } { "-O0" } } // { dg-options "-fsanitize=thread -fno-ipa-pure-const -O1 -fno-inline-functions-called-once -w" } #include "../pr69667.C" ``` I admit ignorance on the meaning or importance of the directory structure here. Indeed the patch which moved pr69667.C was a small attempt to clean things up a bit. Would it be correct to move this test from g++.dg/tsan to g++.target/powerpc ? (Or, do I need to move pr69667.C back to its original location? Or, do I need to update the path within pr88018.C, which seems like the worst option?) Did I miss this because I used `--disable-libsanitizer`, or because I just missed that there was a FAIL for a test which I mistakenly thought was unrelated to my changes? (There are a lot of FAILs to ignore.)