Hi Rainer,
I've now regtested the patch on i386-pc-solaris2.11 and sparc-sun-solaris2.11: no regressions and the new tests all PASS.
Thanks, that is good news!
However, I still don't understand why you insist on the hack with putting the async_io_*.f90 tests into the libgomp testsuite. Why not just make the pthread requirement explicit with { dg-require-effective-target pthread } { dg-additional-options "-pthread" } and put them in gfortran.dg where they belong?
Because this does not appear to work with Linux. I, like most gfortran developers, work on Linux, and I would like to catch any failure during regression-testing on my own system, if possible. We have had this discussion with Jakub, and he advised us to put all the stuff requiring pthreads into libgomp. It is debatable if this is a good thing, or if we should at least make one round of tests with -pthread enabled. However, this is something for the future, and requires knowledge of dejagnu that I don't currently have :-) Regards Thomas