Am 28.05.20 um 21:58 schrieb Harald Anlauf:
The initial commit for this PR uncovered a latent issue with unit locking in the Fortran run-time library. Add check for valid unit.
This only came up because Solaris, unlike Linux, links the pthreads library by default, so it will not be found in a normal regression test. Is there a magic incantation which would let the gfortran testsuite cycle through -phtread at least once, so this kind of thing can be found earlier? Of course, this would have to be restricted to those platforms which actually support pthreds... Regards Thomas