Re: [PATCH] avoid ifunc warnings in libatomic configure

2017-10-02 Thread Martin Sebor
On 10/02/2017 05:29 PM, Steve Ellcey wrote: On Mon, 2017-10-02 at 17:00 -0600, Martin Sebor wrote: The attached patch tweaks the configuration check for attribute ifunc support in libatomic to avoid the new type safety warnings. It also changes the libatomic declarations of ifunc resolvers to av

Re: [PATCH] avoid ifunc warnings in libatomic configure

2017-10-02 Thread Steve Ellcey
On Mon, 2017-10-02 at 17:00 -0600, Martin Sebor wrote: > The attached patch tweaks the configuration check for attribute > ifunc support in libatomic to avoid the new type safety warnings. > It also changes the libatomic declarations of ifunc resolvers to > avoid the new warnings.  With it conftest

Re: [PATCH] avoid ifunc warnings in libatomic configure

2017-10-02 Thread Joseph Myers
On Mon, 2 Oct 2017, Martin Sebor wrote: > The attached patch tweaks the configuration check for attribute > ifunc support in libatomic to avoid the new type safety warnings. > It also changes the libatomic declarations of ifunc resolvers to > avoid the new warnings. With it conftest.c compiles su

[PATCH] avoid ifunc warnings in libatomic configure

2017-10-02 Thread Martin Sebor
The attached patch tweaks the configuration check for attribute ifunc support in libatomic to avoid the new type safety warnings. It also changes the libatomic declarations of ifunc resolvers to avoid the new warnings. With it conftest.c compiles successfully (see below) as does libatomic, and no