From owner-cvs-all Sun Nov 26 15:53:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4AF4A37B479; Sun, 26 Nov 2000 15:53:24 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA90874; Sun, 26 Nov 2000 15:53:24 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011262353.PAA90874@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 26 Nov 2000 15:53:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc.295 c-common.c c-decl.c c-tree.h toplev.c src/contrib/gcc.295/cp decl2.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/26 15:53:24 PST Modified files: contrib/gcc.295 c-common.c c-decl.c c-tree.h toplev.c contrib/gcc.295/cp decl2.c Log: Add "-Wnon-const-format" which checks for non-constant format strings for auditing purposes. I am reluctant to bring this into our native GCC tree due to maintenance reasons... but since Kris already did the porting work and it won't be pulling any files off the vendor branch..... but I will not port this functionality forward to newer versions of GCC if it requires more than 5 min of work, and if these changes do cleanly apply to GCC snapshots, I will remove it the moment GCC changes underneath theses changes. Submitted by: kris Obtained from: NetBSD Revision Changes Path 1.11 +85 -18 src/contrib/gcc.295/c-common.c 1.2 +897 -403 src/contrib/gcc.295/c-decl.c 1.5 +2 -1 src/contrib/gcc.295/c-tree.h 1.8 +3 -1 src/contrib/gcc.295/toplev.c 1.2 +3462 -1666 src/contrib/gcc.295/cp/decl2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message