http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58813
--- Comment #4 from Steve Kargl <sgk at troutmask dot apl.washington.edu> --- On Mon, Oct 21, 2013 at 04:01:43PM +0000, burnus at gcc dot gnu.org wrote: > > Error: Procedure 'yS???+' in generic interface 't' at (1) is neither > function nor subroutine > > where the procedure name is garbage. > Like many error messages, this is a run-on error due to the first one. If one fixes the first error, the second goes away. The best fix would be to change gfc_option.max_errors from 25 to 1.