On Sat, Oct 23, 2021 at 05:56:46PM +0200, Thomas Koenig wrote: > Hi Steve, > > > libgomp.fortran/async_io_[1,2,3,4,8,9].f90 account for a number > > of FAILS on x86_64-*-freebsd. Please fix. > > I'd try to see what is going on, but I have been unable to boot gcc > (and thus gfortran) on any of the *BSD machines running on the > gcc compile farm, and more specifically on gcc303 which is a VM > running FreeBSD, after spending quite some hours on it. > > I have submitted a couple of PRs, but apperenty others (including you) > have a working toolchain, so the PRs have been left unfixed so far. > > Also, bootstrapping on gcc303 is going to be a very long process > because it's a two-processor machine :-| > > So, any idea how to proceed? >
I saw that you were having problems on the compile farm with bootstrapping a *BSD gcc. I simply cannot tell why. It just works on a true FreeBSD system. Do you know how to run a single libgomp.fortran test? I tried % gmake check-fortran RUNTESTSFLAGS="gomp.exp=async_io.f90" but this runs all the testcases. Now that I look at the commit date of 2020-05-23 for async_io_9.f90, I know these tests were passing in the past. I fear a reason Sandra/Tobias commit has broken things. -- Steve