https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77703
--- Comment #11 from Paul Thomas <pault at gcc dot gnu.org> --- Author: pault Date: Sun Dec 23 18:35:50 2018 New Revision: 267382 URL: https://gcc.gnu.org/viewcvs?rev=267382&root=gcc&view=rev Log: 2018-12-23 Paul Thomas <pa...@gcc.gnu.org> PR fortran/77703 * resolve.c (get_temp_from_expr): Use the string length of constant character expressions. 2018-12-23 Paul Thomas <pa...@gcc.gnu.org> PR fortran/77703 * gfortran.dg/ptr_func_assign_5.f08 : New test. Added: branches/gcc-8-branch/gcc/testsuite/gfortran.dg/ptr_func_assign_5.f08 Modified: branches/gcc-8-branch/gcc/fortran/ChangeLog branches/gcc-8-branch/gcc/fortran/resolve.c branches/gcc-8-branch/gcc/testsuite/ChangeLog