public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Janne Blomqvist <blomqvist.janne@gmail.com>
To: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Cc: Thomas Koenig <tkoenig@netcologne.de>,
	Fortran List <fortran@gcc.gnu.org>,
		GCC Patches <gcc-patches@gcc.gnu.org>
Subject: Re: [PATCH] PR 53796 Improve INQUIRE(RECL=...) handling
Date: Fri, 07 Sep 2018 19:01:00 -0000	[thread overview]
Message-ID: <CAO9iq9FuuwJxVdmZPpFQXvxDjkahc=SaE7nYMQh_+Toekf+iLQ@mail.gmail.com> (raw)
In-Reply-To: <CAC1BbcRWtDbq7LWXpGcLpnyjObSN-mkM+ZNi5gquzsuy1jj7NQ@mail.gmail.com>

On Fri, Sep 7, 2018 at 4:37 PM Bernhard Reutner-Fischer <
rep.dot.nop@gmail.com> wrote:

> Janne,
>
> On Mon, 27 Nov 2017 at 20:57, Thomas Koenig <tkoenig@netcologne.de> wrote:
> >
> > Hi Janne,
> >
> > > PING
> >
> > Looks good for trunk.  Thanks!
>
> AFAICS this removed the last user of
>
> static void
> init_unsigned_integer
>
> which manifests itself as
> ../../../../../src/gcc-9.0.mine/libgfortran/runtime/environ.c:104:1:
> warning: ‘init_unsigned_integer’ defined but not used
> [-Wunused-function]
> 104 | init_unsigned_integer (variable * v)
>     | ^~~~~~~~~~~~~~~~~~~~~
>
> and hence should be removed.
>
> thanks,
>

Thanks for noticing! Committed r264163 as obvious. Commit msg below:

Remove unused init_unsigned_integer function.

As pointed out by Bernhard Reutner-Fischer, this function is unused
since the fix for PR 53796 in November 2017.

2018-09-07  Janne Blomqvist  <jb@gcc.gnu.org>

        * runtime/environ.c (init_unsigned_integer): Remove.

-- 
Janne Blomqvist

      reply	other threads:[~2018-09-07 19:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-20 20:17 Janne Blomqvist
2017-11-27 15:20 ` Janne Blomqvist
2017-11-27 21:36   ` Thomas Koenig
2018-09-07 13:37     ` Bernhard Reutner-Fischer
2018-09-07 19:01       ` Janne Blomqvist [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAO9iq9FuuwJxVdmZPpFQXvxDjkahc=SaE7nYMQh_+Toekf+iLQ@mail.gmail.com' \
    --to=blomqvist.janne@gmail.com \
    --cc=fortran@gcc.gnu.org \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=rep.dot.nop@gmail.com \
    --cc=tkoenig@netcologne.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).