I see, thanks a lot! On Wed, 5 Jan 2022 at 15:59, Jonathan Wakely <jwakely.gcc@xxxxxxxxx> wrote: > > > On Wed, 5 Jan 2022, 03:28 Zhao Wei Liew via Gcc-help, < > gcc-help@xxxxxxxxxxx> wrote: > >> Hi, >> >> I'm trying to run the test suite on the master branch. These are the >> commands I ran by following https://gcc.gnu.org/contribute.html: >> >> $ make bootstrap >> $ make -k check -j22 >> >> I added -j22 to utilise all my CPU cores. >> >> However, I'm encountering some test failures even when I didn't change >> anything in the code. Is this expected/normal? >> > > You can compare your results with recent ones from other people using the > same target: > > https://gcc.gnu.org/pipermail/gcc-testresults/2022-January/date.html > > I don't know anything about the current state of the Fortran tests. If you > are the only person seeing those failures it might be worth asking on the > Fortran mailing list. I don't think many of the fortran devs read this list. > > >