[Bug fortran/66973] Incorrect resolution of generic interface with TYPE(C_PTR)

brtnfld at hdfgroup dot org gcc-bugzilla@gcc.gnu.org
Wed Jul 22 21:55:00 GMT 2015


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

--- Comment #6 from Scot Breitenfeld <brtnfld at hdfgroup dot org> ---
it also works if you add USE ISO_C_BINDING to the main program:

PROGRAM main
  USE ISO_C_BINDING
  USE H5T
  IMPLICIT NONE
  REAL, TARGET :: val
  CALL pickone(C_LOC(val))
END PROGRAM main



More information about the Gcc-bugs mailing list