Clean up Fortran OpenACC wait clause handling
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 30 Nov 2018 20:39:18 +0000 (21:39 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Fri, 30 Nov 2018 20:39:18 +0000 (21:39 +0100)
commitfc2a1f2fa6d30a2813cfaa999bf49ea21e7e11c9
tree05ccf31d998623ac0c4f4ba4a4860259ef77dec4
parentc34f4fbcc450474885baede3d5de8dcfcb9f103f
Clean up Fortran OpenACC wait clause handling

"wait" can be deduced from "wait_list".

gcc/fortran/
* gfortran.h (struct gfc_omp_clauses): Remove "wait".  Adjust all
users.

From-SVN: r266685
gcc/fortran/ChangeLog
gcc/fortran/gfortran.h
gcc/fortran/openmp.c