2018-02-28 Paul Thomas <pault@gcc.gnu.org>
commita87fc4f9c8af47bd06f8ee8e38dd7cec809f3bd7
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Feb 2018 17:36:20 +0000 (28 17:36 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Feb 2018 17:36:20 +0000 (28 17:36 +0000)
treedcd09ad336ba1d82feadc364daa2642e3d5bf37c
parent48640bda345a59c83da51adc1a33f01c212554f9
2018-02-28  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/83901
* trans-stmt.c (trans_associate_var): Make sure that the se
expression is a pointer type before converting it to the symbol
backend_decl type.

2018-02-28  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/83901
* gfortran.dg/associate_37.f90: New test.

PR fortran/83344
* gfortran.dg/associate_36.f90: Add Steve Kargl as contributer.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@258076 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/trans-stmt.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/associate_36.f90
gcc/testsuite/gfortran.dg/associate_37.f90 [new file with mode: 0644]