------- Comment #4 from jb at gcc dot gnu dot org 2006-05-25 20:44 ------- Seems this work is getting closer: http://gcc.gnu.org/ml/fortran/2006-04/msg00173.html
I'm adding this bug as blocking 27740, as before taking symbol versioning into use, it would be nice to clean up the library interface; in particular making all exported symbols have the _gfortran_ prefix. As the Fortran language doesn't allow procedure names to begin with an underscore, and parts of libgfortran are written in Fortran, the C binding could rescue us here as we could do function foo(a,b,c) bind(c,name='_gfortran_foo') -- jb at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |27740 nThis| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25709