This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
ISO_C_BINDING patch commited to fortran-experiments branch
- From: "François-Xavier Coudert" <fxcoudert at gmail dot com>
- To: "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Cc: "Christopher D. Rickett" <crickett at lanl dot gov>
- Date: Mon, 18 Dec 2006 09:05:10 +0100
- Subject: ISO_C_BINDING patch commited to fortran-experiments branch
Hi all,
I commited Christopher Rickett's patch adding support for
ISO_C_BINDING features to the newly created fortran-experiments
branch. Sorry it took so long, I hope I could merge Paul Thomas' VALUE
patch in before commiting, but it's not possible for me right now.
Everyone is welcome to test the ISO_C_BINDING support on as much code
as possible. Help is also needed to both reformat the added code (to
fit into the current GCC formatting rules and the gfortran internal
naming scheme) and rework some parts of it (I think some things could
be done more easily, and some other could be done more robustly). But
the main point is: play with it, read the diff, comment and ask
questions (both to Christopher and to the list).
The only rule: please comment every change you commit to the branch in
gcc/fortran/ChangeLog.isocbinding.
Sorry for the delay,
FX
PS: the commands to check the branch out are:
+ Anonymous checkout: svn co
svn://gcc.gnu.org/svn/gcc/branches/fortran-experiments
+ Logging in as developper: svn co
svn+ssh://username@gcc.gnu.org/svn/gcc/branches/fortran-experiments