https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81735
--- Comment #10 from Paul Thomas <pault at gcc dot gnu.org> --- Author: pault Date: Fri Nov 3 19:17:19 2017 New Revision: 254393 URL: https://gcc.gnu.org/viewcvs?rev=254393&root=gcc&view=rev Log: 2017-11-03 Paul Thomas <pa...@gcc.gnu.org> PR fortran/81735 * trans-decl.c (gfc_trans_deferred_vars): Correct case where 'tmp' can be used unititialized. 2017-11-03 Paul Thomas <pa...@gcc.gnu.org> PR fortran/81735 * gfortran.dg/pr81735.f90: New test. Added: branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr81735.f90 Modified: branches/gcc-6-branch/gcc/fortran/ChangeLog branches/gcc-6-branch/gcc/fortran/trans-decl.c branches/gcc-6-branch/gcc/testsuite/ChangeLog