------- Comment #7 from jakub at gcc dot gnu dot org 2006-10-06 07:33 ------- Subject: Bug 28415
Author: jakub Date: Fri Oct 6 07:33:34 2006 New Revision: 117485 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117485 Log: PR fortran/28415 * trans-decl.c (gfc_finish_var_decl): With -fno-automatic, don't make artificial variables or pointer to variable automatic array TREE_STATIC. * gfortran.dg/save_2.f90: New test. Added: branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/save_2.f90 Modified: branches/gcc-4_1-branch/gcc/fortran/ChangeLog branches/gcc-4_1-branch/gcc/fortran/trans-decl.c branches/gcc-4_1-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28415