From: Bernhard Reutner-Fischer Date: Sun, 31 Oct 2021 12:57:46 +0000 (+0100) Subject: Fortran: Remove double spaces in open() warning [PR99884] X-Git-Tag: basepoints/gcc-14~3074 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19be89d79ee149e812ccc6027956cefb7f3e1016;p=thirdparty%2Fgcc.git Fortran: Remove double spaces in open() warning [PR99884] gcc/fortran/ChangeLog: PR fortran/99884 * io.cc (check_open_constraints): Remove double spaces. --- diff --git a/gcc/fortran/io.cc b/gcc/fortran/io.cc index 902aa19f55ae..b898fd3b6a74 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); }