Minor fixes for OpenACC/Fortran 'self' clause for compute constructs
commit473c6123ffad38dddef7b126bf97971784d94b40
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 20 Oct 2023 13:49:35 +0000 (20 15:49 +0200)
committerThomas Schwinge <tschwinge@baylibre.com>
Thu, 14 Mar 2024 14:41:57 +0000 (14 15:41 +0100)
tree671836430cb6a67d9c3b8755fff559c7fe2c5013
parent25242ed8eb93613af6f296785da2d4ece816b7d6
Minor fixes for OpenACC/Fortran 'self' clause for compute constructs

... to fix up recent commit 3a3596389c2e539cb8fd5dc5784a4e2afe193a2a
"OpenACC 2.7: Implement self clause for compute constructs".

gcc/fortran/
* dump-parse-tree.cc (show_omp_clauses): Handle 'self_expr'.
* openmp.cc (gfc_free_omp_clauses): Likewise.
* trans-openmp.cc (gfc_split_omp_clauses): Don't handle 'self_expr'.
gcc/fortran/dump-parse-tree.cc
gcc/fortran/openmp.cc
gcc/fortran/trans-openmp.cc