[patch,committed] libgomp.fortran/depobj-1.f90: Fix omp_depend_kind (was: [r12-20 Regression] FAIL: libgomp.fortran/depobj-1.f90 -O (test for excess errors) on Linux/x86_64)

2021-04-21 Thread Tobias Burnus
Contrary to gcc/testsuite/*/gomp/, using omp_lib in libgomp is possible and should be done – which is the proper way. Committed as r12-52-g0c0bdcc60cfa0e87b3b9abc1460a7073b199d38a Tobias PS: omp_depend_kind = 2*c_intptr_t, which nowadays usually is 16, but on 32bit systems it is usually 8. It d

[r12-20 Regression] FAIL: libgomp.fortran/depobj-1.f90 -O (test for excess errors) on Linux/x86_64

2021-04-21 Thread sunil.k.pandey via Gcc-patches
On Linux/x86_64, a61c4964cd71446232d62ec9b10a7d45b440dd9f is the first bad commit commit a61c4964cd71446232d62ec9b10a7d45b440dd9f Author: Tobias Burnus Date: Wed Apr 21 10:58:29 2021 +0200 Fortran/OpenMP: Add 'omp depobj' and 'depend(mutexinoutset:' caused FAIL: libgomp.fortran/depobj-1.