Re: libgomp.fortran/async_io_[1,2,3,4,8,9].f90 fail on FreeBSD

2021-10-23 Thread Thomas Koenig via Fortran
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 gcc

Re: libgomp.fortran/async_io_[1,2,3,4,8,9].f90 fail on FreeBSD

2021-10-23 Thread Steve Kargl via Fortran
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 t

Re: libgomp.fortran/async_io_[1,2,3,4,8,9].f90 fail on FreeBSD

2021-10-23 Thread Tobias Burnus
Hi Steve, On 23.10.21 18:31, Steve Kargl via Fortran wrote: 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. First, it should be RUNTESTFLAGS=  (test not tests). Additionally, gomp.exp (

Re: libgomp.fortran/async_io_[1,2,3,4,8,9].f90 fail on FreeBSD

2021-10-23 Thread Tobias Burnus
Hi Steve, hi Gerald, @Gerald: Do you see those issues as well? Or do you have an idea what could go wrong? @Gerald (and unrelated to the topic below): Can you provide more log data regarding the failing gfortran.dg tests? (Esp. excess errors but also the ICE.) On 23.10.21 20:00, Tobias Bur

Re: libgomp.fortran/async_io_[1,2,3,4,8,9].f90 fail on FreeBSD

2021-10-23 Thread Steve Kargl via Fortran
On Sat, Oct 23, 2021 at 08:00:44PM +0200, Tobias Burnus wrote: > Hi Steve, > > On 23.10.21 18:31, Steve Kargl via Fortran wrote: > > 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 testcase