http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54195
--- Comment #14 from Mikael Morin <mikael at gcc dot gnu.org> 2013-02-02 11:15:48 UTC --- (In reply to comment #13) > typedef struct > { > + gfc_try resolve_cached_result; > + unsigned resolved:1; > + > /* Variable attributes. */ resolve_cached_result is actually unneeded. It comes from previous attempts.