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
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
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 (
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
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