This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: ISO C Binding merge palns
- From: Tobias Burnus <burnus at net-b dot de>
- To: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- Cc: fortran at gcc dot gnu dot org
- Date: Thu, 31 May 2007 10:28:51 +0200
- Subject: Re: ISO C Binding merge palns
- References: <20070531054927.GB15084@troutmask.apl.washington.edu>
Hi Steve, hi all,
Steve Kargl wrote:
> With Danny Berlin's help, the fortran-experiments branch is
> almost fixed.
Great! The new branch is called "fortran-experiments-fix", isn't it?
(One thing I'd like to see fixed is the use of
export_proto/iexport_proto/export/iexport in libgfortran to prefix the
Bind-C functions. Currently, ISO_C_BINDING_PREFIX() is used to prefix
them. This can be also done after we merged to the trunk, however. My
other issues, see also http://gcc.gnu.org/wiki/Fortran2003Bind_C , can
be fixed in any case later on.)
Tobias