On Tue, Jul 07, 2015 at 08:08:16PM +0300, Maxim Blumental wrote: > Comment on the patch: > > simd-5.f90 file is marked as xfail since the test fails because 'simd > collapse' is an unsupported combination for Fortran (which though is > valid in OpenMP API).
I'll have a look, that is supposed to work. > 2015-07-07 19:48 GMT+03:00 Maxim Blumental <bvm...@gmail.com>: > > With this letter I propose a patch with tests for libgomp based on > > OpenMP Examples 4.0.2 both for C and Fortran. > > > > The changes are: > > > > Renamed existing tests based on OpenMP Examples to make the names more > > clear. If anything, the test could be renamed to match https://github.com/OpenMP/Examples/tree/master/sources/ filenames, but certainly not to made up names. The Examples-4/ directory is supposed to only contain the tests from the 4.0.* examples document and no other tests. > > Added 16 tests for simd construct and 10 for depend clause. Any new tests that aren't in Examples 4.0.* document should go one level higher, to libgomp.{c,c++,fortran}/ directly. Jakub