fortran/openmp.c - silence static analyzer warning
authorTobias Burnus <tobias@codesourcery.com>
Mon, 27 Jul 2020 07:12:15 +0000 (09:12 +0200)
committerTobias Burnus <tobias@codesourcery.com>
Mon, 27 Jul 2020 07:12:15 +0000 (09:12 +0200)
commit20d0d6527c36005a9664f7ac9eb50f1071d5670c
tree4283782f55829ac9bf09016b0e7e99871605e3e5
parentf3772283350336ad3dc7d36ffc475931ae47ba02
fortran/openmp.c - silence static analyzer warning

gcc/fortran/ChangeLog:

* openmp.c (gfc_resolve_omp_directive): Remove NULL check
for clauses in EXEC_OMP_CRITICAL as it no longer can be NULL.
gcc/fortran/openmp.c