This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] PR 53796 Improve INQUIRE(RECL=...) handling


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,


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]