http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55745
Tobias Burnus <burnus at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-12-20 08:15:52 UTC --- CLOSE AS FIXED. (In reply to comment #1) > Confirmed, cris-elf too. Authors in ChangeLog entry CC:ed. The bug fix is older than the bug report ;-) I believe it has been fixed by the following commit. Sorry for the breakage. Date: Wed Dec 19 23:05:49 2012 New Revision: 194621 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194621 Log: 2012-12-19 Tobias Burnus <bur...@net-b.de> PR fortran/55733 * trans-decl.c (gfc_create_string_length): Avoid setting TREE_STATIC for automatic variables with -fno-automatic. Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/trans-decl.c