This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]