]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
omp_lib.f90.in: Deprecate omp_lock_hint_* for OpenMP 5.0
authorTobias Burnus <tobias@codesourcery.com>
Fri, 20 Oct 2023 08:56:39 +0000 (10:56 +0200)
committerTobias Burnus <tobias@codesourcery.com>
Fri, 20 Oct 2023 08:56:39 +0000 (10:56 +0200)
The omp_lock_hint_* parameters were deprecated in favor of
omp_sync_hint_*.  While omp.h contained deprecation markers for those,
the omp_lib module only contained them for omp_{g,s}_nested.

Note: The -Wdeprecated-declarations warning will only become active once
openmp_version / _OPENMP is bumped from 201511 (4.5) to 201811 (5.0).

libgomp/ChangeLog:

* omp_lib.f90.in: Tag omp_lock_hint_* as being deprecated when
_OPENMP >= 201811.

libgomp/omp_lib.f90.in

index e4515271252986c50e768e2567f0473b13da0c92..755c0bf16ec99d56400d7821a1745c3fa5d91387 100644 (file)
 
 #if _OPENMP >= 201811
 !GCC$ ATTRIBUTES DEPRECATED :: omp_get_nested, omp_set_nested
+!GCC$ ATTRIBUTES DEPRECATED :: omp_lock_hint_kind, omp_lock_hint_none
+!GCC$ ATTRIBUTES DEPRECATED :: omp_lock_hint_uncontended, omp_lock_hint_contended
+!GCC$ ATTRIBUTES DEPRECATED :: omp_lock_hint_nonspeculative
+!GCC$ ATTRIBUTES DEPRECATED :: omp_lock_hint_speculative
 #endif
 
 #if _OPENMP >= 202011