From owner-cvs-all Mon Mar 29 19:57:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 41D18151F9; Mon, 29 Mar 1999 19:57:55 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA91950; Mon, 29 Mar 1999 19:57:38 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <199903300357.TAA91950@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 29 Mar 1999 19:57:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/egcs/gcc c-common.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/03/29 19:57:38 PST Modified files: contrib/egcs/gcc c-common.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. Obtained from: bde's -fformat-extensions from rev 1.3 of contrib/gcc/c-common.c Revision Changes Path 1.2 +56 -2 src/contrib/egcs/gcc/c-common.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message