https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68053
--- Comment #5 from kargl at gcc dot gnu.org --- Author: kargl Date: Mon Nov 9 06:06:52 2015 New Revision: 229993 URL: https://gcc.gnu.org/viewcvs?rev=229993&root=gcc&view=rev Log: 2015-11-08 Steven g. Kargl <ka...@gcc.gnu.org> PR fortran/68053 * decl.c (add_init_expr_to_sym): Try to reduce initialization expression before testing for a constant value. 2015-11-08 Steven g. Kargl <ka...@gcc.gnu.org> PR fortran/68053 * gfortran.dg/pr68053.f90: New test. Added: branches/gcc-5-branch/gcc/testsuite/gfortran.dg/pr68053.f90 Modified: branches/gcc-5-branch/gcc/fortran/ChangeLog branches/gcc-5-branch/gcc/fortran/decl.c branches/gcc-5-branch/gcc/testsuite/ChangeLog