This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Ping: Possible patch for fortran/67524
- From: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- To: Louis Krupp <louis dot krupp at zoho dot com>
- Cc: fortran <fortran at gcc dot gnu dot org>
- Date: Tue, 4 Oct 2016 16:27:08 -0700
- Subject: Re: Ping: Possible patch for fortran/67524
- Authentication-results: sourceware.org; auth=none
- References: <1578bbfa47f.edb32e224565.4828726461038661191@zoho.com>
- Reply-to: kargl at uw dot edu
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