On Mon, 9 Aug 1999, Tony Finch wrote: > "Brian F. Feldman" <gr...@freebsd.org> wrote: > > > >Is there anyone who is specifically checking for long long > >C9X-compliancy in the source tree (mainly libc)? > > I started reviewing libc for C9X features in general -- a fair amount > of work is required to update macros and typedefs in <inttypes.h> > (plus the new <stdint.h>).
Shall we work on it, then? > > Doing a thorough job is difficult because C9X is somewhat gratuitously > incompatible with gnu C (e.g. the spelling of __complex__, zero-length > arrays in structures, macro varargs, etc.) and gnu C doesn't yet > support restrict. But GNU has officially stated that they will fully support C9X, and they've started already. For instance, int *a = ((int [4]){1,2,3,4}); should work now, according to the infopages. Eventually, I'd be certain that GNU would rather be compliant with C9X than with GNU C. > > Tony. > -- > f.a.n.finch d...@dotat.at f...@demon.net e pluribus unix > Brian Fundakowski Feldman _ __ ___ ____ ___ ___ ___ gr...@freebsd.org _ __ ___ | _ ) __| \ FreeBSD: The Power to Serve! _ __ | _ \._ \ |) | http://www.FreeBSD.org/ _ |___/___/___/ To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message