Ping: Possible patch for fortran/67524

Steve Kargl sgk@troutmask.apl.washington.edu
Tue Oct 4 23:27:00 GMT 2016


On Mon, Oct 03, 2016 at 11:12:55AM -0700, Louis Krupp wrote:
> When a function has an additional ENTRY point of a different
> type than the main function, a "mixed-entry master" function
> is created.  This function should not have default implicit
> type rules applied.  When the default type is CHARACTER,
> things become especially dire. 
>  
> Index: gcc/fortran/ChangeLog
> ===================================================================
> --- gcc/fortran/ChangeLog	(revision 240300)
> +++ gcc/fortran/ChangeLog	(working copy)
> @@ -1,3 +1,9 @@
> +2016-09-21  Louis Krupp  <louis.krupp@zoho.com>
> +
> +	PR fortran/67524
> +	* resolve.c (resolve_symbol): Don't apply default type rules to
> +	mixed-entry master created for function entry points.
> +

Looks okay to me.

PS:  As ChangeLog changes often, it is best to include the
ChangeLog entry in the body of the email.  Put into the actual
file before committing.  

-- 
Steve



More information about the Fortran mailing list