Skip to content

Commit

Permalink
fortran: Add comment about previous commit
Browse files Browse the repository at this point in the history
gcc/fortran/ChangeLog

	* trans-types.c (gfc_get_ppc_type): Add comment.
  • Loading branch information
fxcoudert committed Sep 6, 2020
1 parent 7c72651 commit 23f8b90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gcc/fortran/trans-types.c
Original file line number Diff line number Diff line change
Expand Up @@ -2435,6 +2435,8 @@ gfc_get_ppc_type (gfc_component* c)
else
t = void_type_node;

/* FIXME: it would be better to provide explicit interfaces in all
cases, since they should be known by the compiler. */
return build_pointer_type (build_function_type (t, NULL_TREE));
}

Expand Down

0 comments on commit 23f8b90

Please sign in to comment.