This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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] fix #19444 - build failures with -O1 due to -Wmaybe-uninitialized


On 01/13/2016 01:11 PM, H.J. Lu wrote:
> On Wed, Jan 13, 2016 at 9:58 AM, Joseph Myers <joseph@codesourcery.com> wrote:
>> On Wed, 13 Jan 2016, H.J. Lu wrote:
>>
>>> On Wed, Jan 13, 2016 at 9:46 AM, Joseph Myers
>>>> (I agree that -O1 and -Os builds ought to work without any extra build or
>>>> test failures, and preferably -O0 should work except for the specific
>>>> files requiring optimization.)
>>>
>>> I opened an -Os bug:
>>>
>>> https://sourceware.org/bugzilla/show_bug.cgi?id=15105
>>
>> It would be good to have an updated list of issues seen.  I'd expect most
>> such issues to be easy to fix (adding missing *_hidden_* for functions
>> where PLT avoidance currently relies on inlining, for example).
> 
> This is a regression:
> 
> https://sourceware.org/bugzilla/show_bug.cgi?id=19462
> 

I'm still setting up VMs locally to do this kind of testing, CI builds
with -O1, -O0, and -Os. So hopefully we'll cover common configurations
this way on x86_64.

Cheers,
Carlos.


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