http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52606
kargl at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kargl at gcc dot gnu.org
--- Comment #2 from kargl at gcc dot gnu.org 2012-03-17 04:57:55 UTC ---
(In reply to comment #1)
>
> Ideally, we'd just accept long identifiers, but the maximum name length is
> hard-coded (GFC_MAX_SYMBOL_LEN) and already way too large. I want to change
> this to string pointers (probably using a string pool, maybe the GCC common
> implementation, TBD).
The OP used -std=f95, the max identifier is 31. gfortran's
behavior is already ideal in that she correctly reports
an error.
If the OP finds the run-on diagnostics confusing, then
OP should use -fmax-errors=1.