http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54107
--- Comment #11 from janus at gcc dot gnu.org 2013-01-25 14:36:34 UTC --- (In reply to comment #9) > Maybe we could remove gfc_copy_formal_args{,_ppc} completely. After all, we > keep a pointer to the interface, so the dummy arguments remain available > through sym->ts.interface->formal. Yes, I think this should work in principle. Also it seems to be the only sane way to avoid the infinite-loop problem.