This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] PR84088 - [8 Regression][nvptx] libgomp.oacc-fortran/declare-*.f90 execution fails


On 01/31/2018 09:34 PM, Paul Richard Thomas wrote:
This fixes the reduced testcase provided by Tom de Vries in comment #7
of the PR. Committed as 'obvious' as r257262. Will await a report from
Tom as to whether or not this fixes the original problem....


Hi Paul,

it does.

I've tested r257266, and the libgomp.oacc-fortran/declare-*.f90 execution fails are gone.

Thanks,
- Tom

Paul

2018-01-31  Paul Thomas  <pault@gcc.gnu.org>

     PR fortran/84088
     * trans-expr.c (gfc_conv_procedure_call): If the parm expr is
     an address expression passed to an assumed rank dummy, convert
     to an indirect reference.

2018-01-31  Paul Thomas  <pault@gcc.gnu.org>

     PR fortran/84088
     * gfortran.dg/pr84088.f90 : New test.



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