]> gcc.gnu.org Git - gcc.git/commit
Set omp_requires_mask for dynamic_allocators.
authorHafiz Abid Qadeer <abidh@codesourcery.com>
Mon, 21 Feb 2022 13:54:57 +0000 (13:54 +0000)
committerKwok Cheung Yeung <kcy@codesourcery.com>
Tue, 28 Jun 2022 20:55:21 +0000 (13:55 -0700)
commit7eda84c4837b0e025e6f7b34c72ac0f72a74805a
treee6a02f00746a4c5d1957211ae23b72d81d0a3ec3
parentdf47c25110474565f521508a1545232550052a75
Set omp_requires_mask for dynamic_allocators.

This is backport of a patch posted in
https://gcc.gnu.org/pipermail/gcc-patches/2022-February/590655.html

This patch fixes an issue that although gfortran accepts
'requires dynamic_allocators', it does not set the omp_requires_mask
accordingly.

gcc/fortran/ChangeLog:

* parse.cc (gfc_parse_file): Set OMP_REQUIRES_DYNAMIC_ALLOCATORS
bit in omp_requires_mask.
gcc/fortran/ChangeLog.omp
gcc/fortran/parse.cc
This page took 0.058316 seconds and 5 git commands to generate.