@ben.boeckel wrote in https://forge.sourceware.org/gcc/gcc-TEST/pulls/134#issuecomment-4886:
> So I was unable to find the _logs_ of the failing tests (`regressions.sum`). > I'm trying locally, but I have forgotten how to run specific tests (and `make > check` looks like it is going to take a while yet…). > > I used to have a history entry for running the specific tests, but I seem to > have lost it (or I was not doing it on the machine I thought I had). The regressions.sum file is under https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-aarch64-precommit/97/artifact/artifacts/artifacts.precommit/notify/ The logs are under https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-aarch64-precommit/97/artifact/artifacts/artifacts.precommit/00-sumfiles/ and given the regressions are all under g++:g++.dg/modules/modules.exp , you can just look at g++.log.1.xz which contains only the subset of the testsuite where regressions have been detected. I have noticed these errors: FAIL: g++.dg/modules/depflags-f-MD.C -std=c++20 (test for excess errors) Excess errors: aarch64-linux-gnu-g++: error: missing format after '-fdeps-format=p1689r5' FAIL: g++.dg/modules/depflags-fi.C -std=c++20 (test for excess errors) Excess errors: aarch64-linux-gnu-g++: error: unrecognized command-line option '-fdeps-format=invalid'; did you mean '-fdeps-format='? -- https://forge.sourceware.org/gcc/gcc-TEST/pulls/134#issuecomment-4887
