Message ID | 20211031125746.2032831-1-rep.dot.nop@gmail.com |
---|---|
State | New |
Commit | 19be89d79ee149e812ccc6027956cefb7f3e1016 |
Headers | show |
Series | Fortran: Remove double spaces in open() warning [PR99884] | expand |
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); > } >
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); > > } > > >
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); }
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(-)