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/40354] bug with procedure pointers and C interoperability



------- 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


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