[Bug fortran/40354] bug with procedure pointers and C interoperability

kargl at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Jun 5 16:48:00 GMT 2009



------- Comment #3 from kargl at gcc dot gnu dot org  2009-06-05 16:48 -------
To get the code to compile, one can change 

  external sub1

to
   real(c_float), external, bind(c) :: sub1


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40354



More information about the Gcc-bugs mailing list