fortran: Add comment about previous commit
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sun, 6 Sep 2020 16:36:20 +0000 (18:36 +0200)
committerFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sun, 6 Sep 2020 16:37:05 +0000 (18:37 +0200)
gcc/fortran/ChangeLog

* trans-types.c (gfc_get_ppc_type): Add comment.

gcc/fortran/trans-types.c

index a05633e827c5cb602f157f53c88a657ec3dfebb5..ecc4454bb63116c4ed6de7b5d3cb435274262603 100644 (file)
@@ -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));
 }