diff options
Diffstat (limited to 'gcc/fortran/match.h')
| -rw-r--r-- | gcc/fortran/match.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/fortran/match.h b/gcc/fortran/match.h index 3f8d31074e8..5ee91fb62de 100644 --- a/gcc/fortran/match.h +++ b/gcc/fortran/match.h @@ -119,6 +119,8 @@ match gfc_match_omp_parallel_sections (void); match gfc_match_omp_parallel_workshare (void); match gfc_match_omp_sections (void); match gfc_match_omp_single (void); +match gfc_match_omp_task (void); +match gfc_match_omp_taskwait (void); match gfc_match_omp_threadprivate (void); match gfc_match_omp_workshare (void); match gfc_match_omp_end_nowait (void); |

