diff options
author | Alessandro Fanfarillo <afanfa@gcc.gnu.org> | 2019-09-26 13:59:00 -0600 |
---|---|---|
committer | Alessandro Fanfarillo <afanfa@gcc.gnu.org> | 2019-09-26 13:59:00 -0600 |
commit | c78d3425209f3c4ad529906bb43e7947f13311db (patch) | |
tree | 8228bfc87664a95593c50a8941124ff00f3e6dbd /gcc/fortran/trans-array.h | |
parent | 9ab2f9aed07c3c02ee633801d30b86a216b4cc3b (diff) | |
download | gcc-c78d3425209f3c4ad529906bb43e7947f13311db.zip gcc-c78d3425209f3c4ad529906bb43e7947f13311db.tar.gz gcc-c78d3425209f3c4ad529906bb43e7947f13311db.tar.bz2 |
CO_BROADCAST for derived types with allocatable components
From-SVN: r276164
Diffstat (limited to 'gcc/fortran/trans-array.h')
-rw-r--r-- | gcc/fortran/trans-array.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/fortran/trans-array.h b/gcc/fortran/trans-array.h index 8c2d518..5a7eee7 100644 --- a/gcc/fortran/trans-array.h +++ b/gcc/fortran/trans-array.h @@ -52,6 +52,8 @@ bool gfc_caf_is_dealloc_only (int); tree gfc_nullify_alloc_comp (gfc_symbol *, tree, int, int cm = 0); tree gfc_deallocate_alloc_comp (gfc_symbol *, tree, int, int cm = 0); +tree gfc_bcast_alloc_comp (gfc_symbol *, gfc_expr *, int, tree, + tree, tree, tree); tree gfc_deallocate_alloc_comp_no_caf (gfc_symbol *, tree, int); tree gfc_reassign_alloc_comp_caf (gfc_symbol *, tree, tree); |