https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103324
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2021-11-18 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Confirmed, This what have been running since 2010 (and was there for a few years before that): cd check-check-dir; $(RUNTEST) TMPDIR=`pwd` --all --tools gcc $(DGFLAGS) \ --srcdir=$(SRC)/gcc/testsuite execute.exp=20000112-1.c This was for an out of tree already built toolchain testing even. If this fails, I don't run the full testsuite. (this is not what I run for my upstream testing though, only for my internal toolchain testing).