OpenMP/Fortran: Group handling of 'if' clause without and with modifier
commitfa68e04e760bc971faa38ce9811a023ebe9d89bb
authorThomas Schwinge <thomas@codesourcery.com>
Tue, 24 Oct 2023 08:43:40 +0000 (24 10:43 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Wed, 25 Oct 2023 08:49:55 +0000 (25 10:49 +0200)
tree0b03f434b7eb44d5303974e8f9f5a7bd9d2934ec
parent5e71499275525283f2255b4574599316b7ae8a78
OpenMP/Fortran: Group handling of 'if' clause without and with modifier

The 'if' clause with modifier was introduced in
commit b4c3a85be96585374bf95c981ba2f602667cf5b7 (Subversion r242037)
"Partial OpenMP 4.5 fortran support", but -- in some instances -- didn't place
it next to the existing handling of 'if' clause without modifier.  Unify that;
no change in behavior.

gcc/fortran/
* dump-parse-tree.cc (show_omp_clauses): Group handling of 'if'
clause without and with modifier.
* frontend-passes.cc (gfc_code_walker): Likewise.
* gfortran.h (gfc_omp_clauses): Likewise.
* openmp.cc (gfc_free_omp_clauses): Likewise.
gcc/fortran/dump-parse-tree.cc
gcc/fortran/frontend-passes.cc
gcc/fortran/gfortran.h
gcc/fortran/openmp.cc