History log of /openbsd/gnu/usr.bin/gcc/gcc/stmt.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 8c057a53 26-Nov-2007 miod <miod@openbsd.org>

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

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@

show more ...


# 4e43c760 24-Dec-2004 espie <espie@openbsd.org>

gcc 3.3.5


# c87b03e5 29-Nov-2003 espie <espie@openbsd.org>

Import gcc-3.3.2. Only the compiler. ada frontend removed for space
considerations.