aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans.h
diff options
context:
space:
mode:
authorAlessandro Fanfarillo <afanfa@gcc.gnu.org>2019-09-26 13:59:00 -0600
committerAlessandro Fanfarillo <afanfa@gcc.gnu.org>2019-09-26 13:59:00 -0600
commitc78d3425209f3c4ad529906bb43e7947f13311db (patch)
tree8228bfc87664a95593c50a8941124ff00f3e6dbd /gcc/fortran/trans.h
parent9ab2f9aed07c3c02ee633801d30b86a216b4cc3b (diff)
downloadgcc-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.h')
-rw-r--r--gcc/fortran/trans.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/fortran/trans.h b/gcc/fortran/trans.h
index 8082b41..84793dc 100644
--- a/gcc/fortran/trans.h
+++ b/gcc/fortran/trans.h
@@ -107,6 +107,14 @@ typedef struct gfc_se
}
gfc_se;
+typedef struct gfc_co_subroutines_args
+{
+ tree image_index;
+ tree stat;
+ tree errmsg;
+ tree errmsg_len;
+}
+gfc_co_subroutines_args;
/* Denotes different types of coarray.
Please keep in sync with libgfortran/caf/libcaf.h. */