This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [Fortran-Experiments]: patch for c_ptr/c_funptr
Hi all,
Tobias Burnus schrieb:
> My next plan is to merge the trunk a bit further.
>
Merged to r120702 (January 12), the branch has now the rev. 122806.
Bootstrapped and make check-gfortran tested.
It took me a good half a day to get something which bootstraped :-(
Not only that GCC failed to bootstrap for a couple of revisions I tried,
SVN also mismerged Steve's whitespace patch in a very obscure way. (It
inserted some lines at a completely different place then supposed to be
- and the result looked at first perfectly ok. This caused an odd syntax
error when compiling a Fortran file, which is part of libgfortran.)
Tobias