http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54107
--- Comment #18 from Mikael Morin <mikael at gcc dot gnu.org> 2013-01-26 23:08:34 UTC --- (In reply to comment #15) > Here is a new patch, which does some further cleanup, such as removing the > 'formal' and 'formal_ns' members of gfc_component (which are not used any > more). This implies a module version bump. :-( If you are into removing things, maybe the resolve_structure_cons hunk can go too. > Further, I removed the class.c part (I don't really see how it is related to > the rest of the patch). The point was to avoid the _copy member having no interface. I don't remember if I did this while systematically checking uses of formal/interface or if it was fixing a regression; I think it was the latter. Bah, if it works...