libgomp.fortran/depobj-1.f90: Fix omp_depend_kind
libgomp/ * testsuite/libgomp.fortran/depobj-1.f90: Use omp_lib's omp_depend_kind instead of defining it as 16.
This commit is contained in:
parent
7eeb8c04e5
commit
0c0bdcc60c
@ -1,7 +1,6 @@
|
||||
module m
|
||||
! use omp_lib
|
||||
use omp_lib, only: omp_depend_kind
|
||||
implicit none (type, external)
|
||||
integer, parameter :: omp_depend_kind = 16
|
||||
integer :: xx
|
||||
integer(omp_depend_kind) :: dd1, dd2
|
||||
contains
|
||||
|
Loading…
Reference in New Issue
Block a user