]> git.ipfire.org Git - thirdparty/gcc.git/commit
fortran: Replace double space in diagnostic with a single one [PR99300]
authorJakub Jelinek <jakub@redhat.com>
Sun, 28 Feb 2021 10:14:24 +0000 (11:14 +0100)
committerJakub Jelinek <jakub@redhat.com>
Sun, 28 Feb 2021 10:14:24 +0000 (11:14 +0100)
commit3a77ca7d3647e6fbc34fe76aceb389d6fb95fdf4
tree6e7b30db8927ed7a869b1ffa70f835ed89ed8042
parentd3805e6d575752141888dc29af7f0337df8a2f72
fortran: Replace double space in diagnostic with a single one [PR99300]

The diagnostic had "  " in it instead of just " ".

2021-02-28  Jakub Jelinek  <jakub@redhat.com>

PR fortran/99300
* frontend-passes.c (doloop_code): Replace double space in diagnostics
with a single space.
gcc/fortran/frontend-passes.c