This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Possible patch for fortran/57910
- From: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- To: "Dominique d'Humières" <dominiq at lps dot ens dot fr>
- Cc: Louis Krupp <louis dot krupp at zoho dot com>, fortran at gcc dot gnu dot org, gcc-patches List <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 6 Oct 2016 10:19:35 -0700
- Subject: Re: Possible patch for fortran/57910
- Authentication-results: sourceware.org; auth=none
- References: <0769C501-8074-4CCA-9AF9-C53747A61A96@lps.ens.fr>
- Reply-to: kargl at uw dot edu
On Thu, Oct 06, 2016 at 07:04:36PM +0200, Dominique d'Humières wrote:
> Dear Louis,
>
> > 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.
> >From the patch, I think the PR number is wrong and should be 69955.
>
> The test fails on darwin with
>
Why is darwin executing the test? The dejagnu directive
should restrict it to linux systems.
--
Steve