This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH,fortran] fix iso_c_binding only clause bug


On Mon, Jul 02, 2007 at 05:31:09PM -0600, Christopher D. Rickett wrote:
> 
> ChangeLog entry:
> 2007-07-02  Christopher D. Rickett  <crickett@lanl.gov>
> 	* symbol.c (gen_cptr_param): Generate C_PTR and C_FUNPTR if
> 	necessary.
> 	(build_formal_args): Pass intrinsic module symbol id to
> 	gen_cptr_param.
> 	* gfortran.dg/iso_c_binding_only.f03: Updated test case.
> 

Committed.

Chris, in the future, can you include the PR number and
add a blank line in the ChangeLog entry?  The form is 
as follow.

2007-07-02  Christopher D. Rickett  <crickett@lanl.gov>

    PR fortran/######
    * symbol.c (gen_cptr_param): Generate C_PTR and C_FUNPTR if
    necessary.

Note, PR number is used to automatically record the commit
info into bugzilla.

-- 
Steve


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]