[Bug fortran/63363] No diagnostic for passing function as actual argument to KIND

janus at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun Dec 21 09:42:00 GMT 2014


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63363

--- Comment #2 from janus at gcc dot gnu.org ---
Also it seems that polymorphic arguments to KIND are currently not rejected:

  class(*), allocatable ::c
  PRINT *, KIND(c)
END



More information about the Gcc-bugs mailing list