From owner-cvs-all Fri Jun 21 15:39:30 2002 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 74F3737B49A; Fri, 21 Jun 2002 15:38:06 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5LMc6138759; Fri, 21 Jun 2002 15:38:06 -0700 (PDT) (envelope-from obrien) Message-Id: <200206212238.g5LMc6138759@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 21 Jun 2002 15:38:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc c-decl.c calls.c flags.h invoke.texi toplev.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/06/21 15:38:06 PDT Modified files: (Branch: RELENG_4) contrib/gcc c-decl.c calls.c flags.h invoke.texi toplev.c Log: Add -Wframe-size-XXXX, which warns if frame uses greater than specified bytes; and and -Warglist-size-XXXX, which warns if function argument list uses greater than specified bytes. Submitted by: julian, mp Obtained from: http://gcc.gnu.org/ml/gcc-patches/2001-01/msg02232.html http://gcc.gnu.org/ml/gcc-patches/2001-01/msg01943.html Reminded by: sam Wish he had pushed this into gcc3: julian Revision Changes Path 1.1.1.4.2.3 +21 -1 src/contrib/gcc/c-decl.c 1.1.1.3.2.2 +8 -0 src/contrib/gcc/calls.c 1.4.2.1 +13 -1 src/contrib/gcc/flags.h 1.6.2.4 +14 -3 src/contrib/gcc/invoke.texi 1.6.2.7 +22 -1 src/contrib/gcc/toplev.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message