Skip to content

Commit e90aa4a

Browse files
committed
transferred changes for iso-fortran-env.def
1 parent cc0d8fb commit e90aa4a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

gcc/fortran/iso-fortran-env.def

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,11 @@ NAMED_DERIVED_TYPE (ISOFORTRAN_EVENT_TYPE, "event_type", \
128128
? get_int_kind_from_node (ptr_type_node)
129129
: gfc_default_integer_kind, GFC_STD_F2008_TS)
130130

131+
NAMED_DERIVED_TYPE (ISOFORTRAN_TEAM_TYPE, "team_type", \
132+
flag_coarray == GFC_FCOARRAY_LIB
133+
? get_int_kind_from_node (ptr_type_node)
134+
: gfc_default_integer_kind, GFC_STD_F2008_TS)
135+
131136
#undef NAMED_INTCST
132137
#undef NAMED_KINDARRAY
133138
#undef NAMED_FUNCTION

0 commit comments

Comments
 (0)