]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libgomp.fortran/depobj-1.f90: Fix omp_depend_kind
authorTobias Burnus <tobias@codesourcery.com>
Wed, 21 Apr 2021 20:47:18 +0000 (22:47 +0200)
committerTobias Burnus <tobias@codesourcery.com>
Wed, 21 Apr 2021 20:47:18 +0000 (22:47 +0200)
libgomp/
* testsuite/libgomp.fortran/depobj-1.f90: Use omp_lib's
omp_depend_kind instead of defining it as 16.

libgomp/testsuite/libgomp.fortran/depobj-1.f90

index eb314f67baeb21d740e6e27b6dfef0df0789683c..1e239bba49229bc1e71021ad7d493c0186cca2eb 100644 (file)
@@ -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