]> git.ipfire.org Git - thirdparty/gcc.git/commit
OpenMP: Handle bind clause in tree-nested.c [PR100905]
authorTobias Burnus <tobias@codesourcery.com>
Fri, 4 Jun 2021 18:52:33 +0000 (20:52 +0200)
committerTobias Burnus <tobias@codesourcery.com>
Fri, 4 Jun 2021 18:52:33 +0000 (20:52 +0200)
commitc7070b31e12c18905ed0a60aaedd7a071aab5c60
tree5c50794c9d92f63397d70498958031a039eb83d0
parentdf3fbd5957f12927a459a2686f4eee55f66ec2f4
OpenMP: Handle bind clause in tree-nested.c [PR100905]

PR middle-end/100905

gcc/ChangeLog:

* tree-nested.c (convert_nonlocal_omp_clauses,
convert_local_omp_clauses): Handle OMP_CLAUSE_BIND.

gcc/testsuite/ChangeLog:

* gfortran.dg/gomp/loop-3.f90: New test.
gcc/testsuite/gfortran.dg/gomp/loop-3.f90 [new file with mode: 0644]
gcc/tree-nested.c