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: upstream/13.1.0~3111 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19be89d79ee149e812ccc6027956cefb7f3e1016;p=platform%2Fupstream%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 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); }