This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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: Use __extension__ with long long in installed headers


On Thu, 10 Jan 2013, Mike Frysinger wrote:

> On Thursday 10 January 2013 12:32:09 Joseph S. Myers wrote:
> > This patch makes installed headers use __extension__ with long long in
> > all the places I found where it was missing, in support of working
> > with -std=c89 -pedantic -Wsystem-headers.
> 
> is there a script for running on installed headers to prevent regressions ?  i 
> didn't see one in scripts/ ...

There is no such script and I found these issues by examining headers in 
the source tree and ignoring cases that already used __extension__ or were 
not installed, not based on installed headers or running the compiler.  
See the todo list and 
<http://sourceware.org/ml/libc-alpha/2013-01/msg00358.html> regarding what 
should be tested by such a script.

-- 
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]