RE: [PATCH] libgcc/config/arm/fp16.c: Add missing prototypes

2020-09-17 Thread Kyrylo Tkachov
Hi Christophe, > -Original Message- > From: Christophe Lyon > Sent: 17 September 2020 12:56 > To: Kyrylo Tkachov > Cc: i...@airs.com; gcc-patches@gcc.gnu.org > Subject: Re: [PATCH] libgcc/config/arm/fp16.c: Add missing prototypes > > On Thu, 17 Sep 2020

Re: [PATCH] libgcc/config/arm/fp16.c: Add missing prototypes

2020-09-17 Thread Christophe Lyon via Gcc-patches
On Thu, 17 Sep 2020 at 12:27, Kyrylo Tkachov wrote: > > > > > -Original Message- > > From: Christophe Lyon > > Sent: 11 September 2020 20:05 > > To: Kyrylo Tkachov > > Cc: i...@airs.com; gcc-patches@gcc.gnu.org > > Subject: Re: [PATCH] lib

RE: [PATCH] libgcc/config/arm/fp16.c: Add missing prototypes

2020-09-17 Thread Kyrylo Tkachov
> -Original Message- > From: Christophe Lyon > Sent: 11 September 2020 20:05 > To: Kyrylo Tkachov > Cc: i...@airs.com; gcc-patches@gcc.gnu.org > Subject: Re: [PATCH] libgcc/config/arm/fp16.c: Add missing prototypes > > On Fri, 11 Sep 2020 at 14:35, Kyrylo Tkac

Re: [PATCH] libgcc/config/arm/fp16.c: Add missing prototypes

2020-09-11 Thread Christophe Lyon via Gcc-patches
> > Subject: [PATCH] libgcc/config/arm/fp16.c: Add missing prototypes > > > > This patch adds the missing prototypes for the fonctions defined in fp16.c, > > to > > avoid these warnings during the build: > > /libgcc/config/arm/fp16.c:169:1: warning: no previou

RE: [PATCH] libgcc/config/arm/fp16.c: Add missing prototypes

2020-09-11 Thread Kyrylo Tkachov
Hi Christophe, > -Original Message- > From: Gcc-patches On Behalf Of > Christophe Lyon via Gcc-patches > Sent: 11 September 2020 13:23 > To: gcc-patches@gcc.gnu.org; i...@airs.com > Subject: [PATCH] libgcc/config/arm/fp16.c: Add missing prototypes > > Thi

[PATCH] libgcc/config/arm/fp16.c: Add missing prototypes

2020-09-11 Thread Christophe Lyon via Gcc-patches
This patch adds the missing prototypes for the fonctions defined in fp16.c, to avoid these warnings during the build: /libgcc/config/arm/fp16.c:169:1: warning: no previous prototype for '__gnu_h2f_internal' [-Wmissing-prototypes] /libgcc/config/arm/fp16.c:194:1: warning: no previous prototype for