[Bug fortran/25709] BIND (Fortran 2003) is not supported at all
jb at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu May 25 20:44:00 GMT 2006
------- 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
More information about the Gcc-bugs
mailing list