public inbox for fortran@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Fortran: Remove double spaces in open() warning [PR99884]
@ 2021-10-31 12:57 Bernhard Reutner-Fischer
  2022-11-14  9:09 ` PING " Bernhard Reutner-Fischer
  0 siblings, 1 reply; 3+ messages in thread
From: Bernhard Reutner-Fischer @ 2021-10-31 12:57 UTC (permalink / raw)
  To: gcc-patches, fortran; +Cc: Bernhard Reutner-Fischer, Bernhard Reutner-Fischer

From: Bernhard Reutner-Fischer <aldot@gcc.gnu.org>

gcc/fortran/ChangeLog:

	PR fortran/99884
	* io.c (check_open_constraints): Remove double spaces.
---
 gcc/fortran/io.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/fortran/io.c b/gcc/fortran/io.c
index fc97df79eca..9506f35008e 100644
--- a/gcc/fortran/io.c
+++ b/gcc/fortran/io.c
@@ -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);
     }
 
-- 
2.33.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

* PING Re: [PATCH] Fortran: Remove double spaces in open() warning [PR99884]
  2021-10-31 12:57 [PATCH] Fortran: Remove double spaces in open() warning [PR99884] Bernhard Reutner-Fischer
@ 2022-11-14  9:09 ` Bernhard Reutner-Fischer
  2022-11-14  9:44   ` Richard Biener
  0 siblings, 1 reply; 3+ messages in thread
From: Bernhard Reutner-Fischer @ 2022-11-14  9:09 UTC (permalink / raw)
  To: gcc-patches, fortran; +Cc: rep.dot.nop, Bernhard Reutner-Fischer

yearly ping. Ok for trunk after re-regtesting?

thanks,

On Sun, 31 Oct 2021 13:57:46 +0100
Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> wrote:

> From: Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
> 
> gcc/fortran/ChangeLog:
> 
> 	PR fortran/99884
> 	* io.c (check_open_constraints): Remove double spaces.
> ---
>  gcc/fortran/io.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/gcc/fortran/io.c b/gcc/fortran/io.c
> index fc97df79eca..9506f35008e 100644
> --- a/gcc/fortran/io.c
> +++ b/gcc/fortran/io.c
> @@ -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] 3+ messages in thread

* Re: PING Re: [PATCH] Fortran: Remove double spaces in open() warning [PR99884]
  2022-11-14  9:09 ` PING " Bernhard Reutner-Fischer
@ 2022-11-14  9:44   ` Richard Biener
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Biener @ 2022-11-14  9:44 UTC (permalink / raw)
  To: Bernhard Reutner-Fischer; +Cc: gcc-patches, fortran, Bernhard Reutner-Fischer

On Mon, Nov 14, 2022 at 10:10 AM Bernhard Reutner-Fischer via
Gcc-patches <gcc-patches@gcc.gnu.org> wrote:
>
> yearly ping. Ok for trunk after re-regtesting?

OK.

> thanks,
>
> On Sun, 31 Oct 2021 13:57:46 +0100
> Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> wrote:
>
> > From: Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
> >
> > gcc/fortran/ChangeLog:
> >
> >       PR fortran/99884
> >       * io.c (check_open_constraints): Remove double spaces.
> > ---
> >  gcc/fortran/io.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/gcc/fortran/io.c b/gcc/fortran/io.c
> > index fc97df79eca..9506f35008e 100644
> > --- a/gcc/fortran/io.c
> > +++ b/gcc/fortran/io.c
> > @@ -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] 3+ messages in thread

end of thread, other threads:[~2022-11-14  9:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-31 12:57 [PATCH] Fortran: Remove double spaces in open() warning [PR99884] Bernhard Reutner-Fischer
2022-11-14  9:09 ` PING " Bernhard Reutner-Fischer
2022-11-14  9:44   ` Richard Biener

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).