Date: Sun, 23 Aug 1998 23:33:52 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/gcc c-common.c flags.h toplev.c Message-ID: <199808240633.XAA13989@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/08/23 23:33:52 PDT Modified files: contrib/gcc c-common.c flags.h toplev.c Log: Support printf format checking of FreeBSD kernel formats %[Dbrz]. This is enabled by the undocumented option -fformat-extensions. This option should be named better and/or give more control over the extensions. Fixed a message - don't warn about the field width when it's the precision that has the wrong type. Didn't fix excessive checking for the precision relative to the type - ANSI requires both to be ints, but gcc permits the field width to be either int or unsigned int. Revision Changes Path 1.3 +60 -2 src/contrib/gcc/c-common.c 1.2 +4 -0 src/contrib/gcc/flags.h 1.2 +5 -0 src/contrib/gcc/toplev.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808240633.XAA13989>