PR fortran/23373
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Sep 2005 09:20:07 +0000 (09:20 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Sep 2005 09:20:07 +0000 (09:20 +0000)
commit7853829d47bb93172790af18d6744dbeb789d15e
tree123f31aa2a984a35b44adc3955d3b717877498f1
parent271a0bab9803d02d87c627dc9f2b7fe80bc3c0fe
PR fortran/23373
* trans-expr.c (gfc_trans_pointer_assignment): Assign to a temporary
descriptor if the rhs is not a null pointer or variable.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104029 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/trans-expr.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.fortran-torture/execute/pr23373-1.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.fortran-torture/execute/pr23373-2.f90 [new file with mode: 0644]