aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>2021-10-31 13:57:46 +0100
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>2022-11-17 20:40:38 +0100
commit19be89d79ee149e812ccc6027956cefb7f3e1016 (patch)
tree0d2ecf09c4459b52acd40795d882690f0634c0ad /gcc
parentee892832ea19b21a3420ef042e582204fac852a2 (diff)
downloadgcc-19be89d79ee149e812ccc6027956cefb7f3e1016.zip
gcc-19be89d79ee149e812ccc6027956cefb7f3e1016.tar.gz
gcc-19be89d79ee149e812ccc6027956cefb7f3e1016.tar.bz2
Fortran: Remove double spaces in open() warning [PR99884]
gcc/fortran/ChangeLog: PR fortran/99884 * io.cc (check_open_constraints): Remove double spaces.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/fortran/io.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/io.cc b/gcc/fortran/io.cc
index 902aa19..b898fd3 100644
--- a/gcc/fortran/io.cc
+++ b/gcc/fortran/io.cc
@@ -2513,7 +2513,7 @@ check_open_constraints (gfc_open *open, locus *where)
spec = "";
}
- warn_or_error (G_("%s specifier at %L not allowed in OPEN statement for "
+ warn_or_error (G_("%sspecifier at %L not allowed in OPEN statement for "
"unformatted I/O"), spec, loc);
}