This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Possible patch for fortran/57910 (correct patch attached)
- From: Jerry DeLisle <jvdelisle at charter dot net>
- To: fortran at gcc dot gnu dot org
- Date: Thu, 6 Oct 2016 11:12:56 -0700
- Subject: Re: Possible patch for fortran/57910 (correct patch attached)
- Authentication-results: sourceware.org; auth=none
- References: <1579afaf590.127c3e3f14697.4713054470956432944@zoho.com>
On 10/06/2016 10:12 AM, Louis Krupp wrote:
PR fortran/57910
* trans-expr.c (gfc_add_interface_mapping): Don't try to
dereference call-by-value scalar argument.
The patch seems to work without breaking other tests.
Louis Krupp
That makes more sense. OK.
Jerry