http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50252
janus at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |janus at gcc dot gnu.org Summary|Error message on "call x%y" |[OOP] Error message on |(x not declared) can be |"call x%y" (x not declared) |more informative |can be more informative --- Comment #1 from janus at gcc dot gnu.org 2011-08-31 19:03:39 UTC --- The parsing of call statements happens in gfc_match_call (match.c), so any improvement of the error message will most likely have to happen there.