OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Miod Vallat (miodcvs.openbsd.org)
Date: Mon Nov 26 2007 - 16:47:22 CST


CVSROOT: /cvs
Module name: src
Changes by: miodcvs.openbsd.org 2007/11/26 15:47:22

Modified files:
        gnu/egcs/gcc : flags.h stmt.c toplev.c
        gnu/usr.bin/gcc/gcc: flags.h stmt.c toplev.c
        share/man/man1 : gcc-local.1

Log message:
Add a new warning to gcc, -Wvariable-decl, which causes it to warn for
auto declarations which size are not known at compile time.

This flag will eventually be added to the kernel makefiles so that we
can rely on -Wstack-larger-than work.

ok deraadt mbalmer otto marco