Kernel is broken (at least for i386) from r246916

Chris Rees utisoft at gmail.com
Tue Feb 19 17:42:23 UTC 2013


On 19 Feb 2013 16:45, "Lev Serebryakov" <lev at freebsd.org> wrote:
>
> Hello, freebsd-current.
>
>
> cc -c -O2 -pipe -fno-strict-aliasing -march=geode -std=c99  -Wall
-Wredundant-decls -Wnested-externs -Wstrict-prototypes
 -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef
-Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs
-fdiagnostics-show-option   -nostdinc  -I. -I/data/src/sys
-I/data/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS
-include opt_global.h -fno-common -finline-limit=8000 --param
inline-unit-growth=100 --param large-function-growth=1000
 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse
-msoft-float -ffreestanding -fstack-protector -Werror
 /data/src/sys/x86/isa/clock.c
> cc1: warnings being treated as errors
> /data/src/sys/x86/isa/clock.c: In function 'set_i8254_freq':
> /data/src/sys/x86/isa/clock.c:409: warning: 'new_mode' may be used
uninitialized in this function
> *** [clock.o] Error code 1

I believe this is fixed in r247000.

Chris


More information about the freebsd-current mailing list