This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [Fortran-Experiments]: patch
- From: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- To: "Christopher D. Rickett" <crickett at lanl dot gov>
- Cc: fortran at gcc dot gnu dot org
- Date: Mon, 5 Mar 2007 14:56:59 -0800
- Subject: Re: [Fortran-Experiments]: patch
- References: <Pine.LNX.4.64.0703051303230.12438@lennox.lanl.gov>
On Mon, Mar 05, 2007 at 01:10:49PM -0700, Christopher D. Rickett wrote:
> hi all,
>
> here is another patch for the fortran-experiments branch. it primarily
> contains:
>
> - error checking of binding labels for bind(c) common blocks.
> - implementation of c_funloc
> - fixes for c_null_ptr and c_null_funptr
> - allowing for NAME=""
> - improved error checking for c_loc and c_funloc
> - test cases
>
> there are some other changes that i think were more minor, but the above
> are the main ones. bootstrapped and regtested on x86 with no new
> failures.
>
I'm currently testing this patch and will commit it shortly. I'll
also note that I fixed some additional whitespace bogons and formatting
of nearby comments. The whitespace issues are the usual things like
2 spaces at end of comments, space between function name and (, and
rational operators at the end of a line instead of the continued
line. Just little things that are easy enough to fix instead of
requesting a new patch.
--
steve