Re: [committed] Fix -Wmissing-attributes warning in libstdc++ (PR libstdc++/89402)

2019-02-22 Thread Martin Sebor
On 2/21/19 6:10 PM, Jonathan Wakely wrote: On 20/02/19 09:07 +0100, Jakub Jelinek wrote: Hi! The following patch fixes a warning when building on targets where long double switched from being the same as double to something wider, like e.g. powerpc*-linux, alpha*-linux, s390*-linux etc. Fixed

Re: [committed] Fix -Wmissing-attributes warning in libstdc++ (PR libstdc++/89402)

2019-02-21 Thread Jonathan Wakely
On 22/02/19 02:23 +0100, Jakub Jelinek wrote: On Fri, Feb 22, 2019 at 01:10:32AM +, Jonathan Wakely wrote: On 20/02/19 09:07 +0100, Jakub Jelinek wrote: > Hi! > > The following patch fixes a warning when building on targets where long > double switched from being the same as double to someth

Re: [committed] Fix -Wmissing-attributes warning in libstdc++ (PR libstdc++/89402)

2019-02-21 Thread Jakub Jelinek
On Fri, Feb 22, 2019 at 01:10:32AM +, Jonathan Wakely wrote: > On 20/02/19 09:07 +0100, Jakub Jelinek wrote: > > Hi! > > > > The following patch fixes a warning when building on targets where long > > double switched from being the same as double to something wider, > > like e.g. powerpc*-linu

Re: [committed] Fix -Wmissing-attributes warning in libstdc++ (PR libstdc++/89402)

2019-02-21 Thread Jonathan Wakely
On 20/02/19 09:07 +0100, Jakub Jelinek wrote: Hi! The following patch fixes a warning when building on targets where long double switched from being the same as double to something wider, like e.g. powerpc*-linux, alpha*-linux, s390*-linux etc. Fixed thusly, bootstrapped/regtested on {x86_64,i6

[committed] Fix -Wmissing-attributes warning in libstdc++ (PR libstdc++/89402)

2019-02-20 Thread Jakub Jelinek
Hi! The following patch fixes a warning when building on targets where long double switched from being the same as double to something wider, like e.g. powerpc*-linux, alpha*-linux, s390*-linux etc. Fixed thusly, bootstrapped/regtested on {x86_64,i686,s390x}-linux and bootstrapped on powerpc64le-