http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56845
--- Comment #2 from janus at gcc dot gnu.org 2013-04-04 21:01:19 UTC --- (In reply to comment #1) > Also there is a piece of code in gfc_trans_deferred_vars (trans-decl.c) which > claims to do exactly this (AFAICS). No idea why it is not in effect. That's easily answered: Because it is guarded by an "if (!sym->attr.save)".