aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/fortran/trans-array.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/fortran/trans-array.h')
-rw-r--r--gcc-4.9/gcc/fortran/trans-array.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc-4.9/gcc/fortran/trans-array.h b/gcc-4.9/gcc/fortran/trans-array.h
index c4c09c1c5..e0bb82071 100644
--- a/gcc-4.9/gcc/fortran/trans-array.h
+++ b/gcc-4.9/gcc/fortran/trans-array.h
@@ -44,10 +44,14 @@ void gfc_trans_g77_array (gfc_symbol *, gfc_wrapped_block *);
/* Generate code to deallocate an array, if it is allocated. */
tree gfc_trans_dealloc_allocated (tree, bool, gfc_expr *);
+tree gfc_full_array_size (stmtblock_t *, tree, int);
+
tree gfc_duplicate_allocatable (tree dest, tree src, tree type, int rank);
tree gfc_copy_allocatable_data (tree dest, tree src, tree type, int rank);
+tree gfc_duplicate_allocatable_nocopy (tree, tree, tree, int);
+
tree gfc_nullify_alloc_comp (gfc_symbol *, tree, int);
tree gfc_deallocate_alloc_comp (gfc_symbol *, tree, int);