This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/50252] [OOP] Error message on "call x%y" (x not declared) can be more informative
- From: "janus at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 31 Aug 2011 19:03:39 +0000
- Subject: [Bug fortran/50252] [OOP] Error message on "call x%y" (x not declared) can be more informative
- Auto-submitted: auto-generated
- References: <bug-50252-4@http.gcc.gnu.org/bugzilla/>
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.