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: compiler standards (and/or min gcc version) supported withinstalled headers ?


On Wed, 9 Jan 2013, Roland McGrath wrote:

> Yeah.  OK, I relent.  C89 plus 'long long' is an acceptable baseline.

In that case, is the patch removing __GNUC__ conditionals on uses of "long 
long" OK?

> Note that this doesn't remove the need to use __extension__ everywhere
> on 'long long' uses.

(There are quite a few in miscellaneous places that need __extension__ 
added, e.g. sysdeps/unix/sysv/linux/x86/sys/procfs.h.)

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