Skip to content

Commit

Permalink
transferring changes
Browse files Browse the repository at this point in the history
  • Loading branch information
scrasmussen committed Dec 1, 2017
1 parent 99b6b47 commit 192cbd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcc/fortran/trans-types.c
Original file line number Diff line number Diff line change
Expand Up @@ -2496,8 +2496,8 @@ gfc_get_derived_type (gfc_symbol * derived, int codimen)

if (flag_coarray != GFC_FCOARRAY_LIB
&& derived->from_intmod == INTMOD_ISO_FORTRAN_ENV
&& derived->intmod_sym_id == ISOFORTRAN_EVENT_TYPE
|| derived->intmod_sym_id == ISOFORTRAN_TEAM_TYPE))
&& (derived->intmod_sym_id == ISOFORTRAN_EVENT_TYPE
|| derived->intmod_sym_id == ISOFORTRAN_TEAM_TYPE))
return gfc_get_int_type (gfc_default_integer_kind);

if (derived && derived->attr.flavor == FL_PROCEDURE
Expand Down

0 comments on commit 192cbd5

Please sign in to comment.