This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/79844] diagnostics: extra space at end of line


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79844

--- Comment #1 from Roland Illig <roland.illig at gmx dot de> ---
Same issue, in fortran/match.c:

gfc_error ("Redundant STAT tag found at %L ", &tmp->where);
gfc_error ("Redundant ERRMSG tag found at %L ", &tmp->where);
gfc_error ("Redundant UNTIL_COUNT tag found at %L ",

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]