diff options
Diffstat (limited to 'gcc/fortran/trans.h')
-rw-r--r-- | gcc/fortran/trans.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/fortran/trans.h b/gcc/fortran/trans.h index 13b0a00..baae780 100644 --- a/gcc/fortran/trans.h +++ b/gcc/fortran/trans.h @@ -709,6 +709,9 @@ extern GTY(()) tree gfor_fndecl_caf_sync_all; extern GTY(()) tree gfor_fndecl_caf_sync_images; extern GTY(()) tree gfor_fndecl_caf_error_stop; extern GTY(()) tree gfor_fndecl_caf_error_stop_str; +extern GTY(()) tree gfor_fndecl_co_max; +extern GTY(()) tree gfor_fndecl_co_min; +extern GTY(()) tree gfor_fndecl_co_sum; /* Math functions. Many other math functions are handled in |