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 i486 builds with gcc 5.3


On Thu, 27 Oct 2016, Carlos O'Donell wrote:

> I have specifically chosen to narrow down the warning suppression to
> gcc 5.3 because I'm not sure exactly how wide-spread the warnings is and
> I'd rather be conservative. Others who run into the same error can expand
> the case to gcc 5 if we see a pattern of failures.

The version number in DIAG_IGNORE_NEEDS_COMMENT is not a restriction on 
where the warning is suppressed, it's for documentation purposes only, the 
most recent version known to need the suppression (so any such calls 
naming a version older than the oldest now supported for building glibc 
are appropriate for review to see if they are still needed).

-- 
Joseph S. Myers
joseph@codesourcery.com


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