diff options
Diffstat (limited to 'gcc/fortran/parse.cc')
-rw-r--r-- | gcc/fortran/parse.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/parse.cc b/gcc/fortran/parse.cc index 51ff0fc..cdae43f 100644 --- a/gcc/fortran/parse.cc +++ b/gcc/fortran/parse.cc @@ -5779,7 +5779,7 @@ parse_omp_structured_block (gfc_statement omp_st, bool workshare_stmts_only) { gfc_omp_namelist *nl; for (nl = cp->ext.omp_clauses->lists[OMP_LIST_COPYPRIVATE]; - nl->next; nl = nl->next); + nl->next; nl = nl->next) ; nl->next = new_st.ext.omp_clauses->lists[OMP_LIST_COPYPRIVATE]; } |