http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46678
Tobias Burnus <burnus at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |domob at gcc dot gnu.org, | |pault at gcc dot gnu.org Target Milestone|--- |4.6.0 --- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2010-11-27 00:27:19 UTC --- testing: r162217 (589550ff51f6645a92a0538f31953b94e40585b4) testing: r162219 (c5faa79924f2b5c58fd21b6bd2416836985dfc25) That's the commit (for TRY_FINALLY?): Date: Thu Jul 15 12:23:47 2010 New Revision: 162219 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=162219 2010-07-15 Daniel Kraft <d...@domob.eu> PR fortran/44709 My impression is that the issue is related to how the string length is stored for the variable-length strings. CC: Paul as the issue is quite similar to the issues one sees for character deferred-type parameter.