public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-4133] Fortran: Remove double spaces in open() warning [PR99884]
@ 2022-11-17 19:41 Bernhard Reutner-Fischer
  0 siblings, 0 replies; only message in thread
From: Bernhard Reutner-Fischer @ 2022-11-17 19:41 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:19be89d79ee149e812ccc6027956cefb7f3e1016

commit r13-4133-g19be89d79ee149e812ccc6027956cefb7f3e1016
Author: Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
Date:   Sun Oct 31 13:57:46 2021 +0100

    Fortran: Remove double spaces in open() warning [PR99884]
    
    gcc/fortran/ChangeLog:
    
            PR fortran/99884
            * io.cc (check_open_constraints): Remove double spaces.

Diff:
---
 gcc/fortran/io.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/fortran/io.cc b/gcc/fortran/io.cc
index 902aa19f55a..b898fd3b6a7 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);
     }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-17 19:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-17 19:41 [gcc r13-4133] Fortran: Remove double spaces in open() warning [PR99884] Bernhard Reutner-Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).