]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/fortran/trans-array.cc
re PR fortran/82923 (Automatic allocation of deferred length character using function...
authorPaul Thomas <pault@gcc.gnu.org>
Sat, 19 May 2018 10:49:50 +0000 (10:49 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Sat, 19 May 2018 10:49:50 +0000 (10:49 +0000)
commitdc32bc72bb8ba03e66c87db9472d6067dd52d09b
tree1a59f41d667dd5435d8d2e528952bb688a13f425
parent34dbe5e5abe67a9439a6d7fcd2ba9e76fa285d5b
re PR fortran/82923 (Automatic allocation of deferred length character using function result)

2018-05-19  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/82923
PR fortran/66694
PR fortran/82617
* trans-array.c (gfc_alloc_allocatable_for_assignment): Set the
charlen backend_decl of the rhs expr to ss->info->string_length
so that the value in the current scope is used.

2018-05-19  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/82923
* gfortran.dg/allocate_assumed_charlen_4.f90: New test. Note
that the patch fixes PR66694 & PR82617, although the testcases
are not explicitly included.

From-SVN: r260392
gcc/fortran/ChangeLog
gcc/fortran/trans-array.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/allocate_assumed_charlen_4.f90 [new file with mode: 0644]