On Wed, Sep 06, 2006 at 11:37:16PM -0700, David O'Brien wrote: > On Thu, Sep 07, 2006 at 08:36:57AM +0300, Kostik Belousov wrote: > > On Thu, Sep 07, 2006 at 03:52:59AM +0000, David E. O'Brien wrote: > > > Log: > > > MFC: GCC 3.4.6 > > > > You need to MFC sys/crypto/sha2/sha2.c, rev. 1.8. > > Without it, kernel compile fails: > > /usr/bsd/src/sys/crypto/sha2/sha2.c: In function `SHA512_Transform': > > /usr/bsd/src/sys/crypto/sha2/sha2.c:753: warning: 'T2' might be used > > uninitialized in this function > > *** Error code 1 > > I wonder why I'm not seeing this on my amd64 test machine.
Just a me too. I see it on an i386 box which have options IPSEC and IPSEC_ESP in the kernel config file: ####################################### cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -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-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror /usr/src/sys/crypto/sha2/sha2.c /usr/src/sys/crypto/sha2/sha2.c: In function `SHA512_Transform': /usr/src/sys/crypto/sha2/sha2.c:753: warning: 'T2' might be used uninitialized in this function *** Error code 1 Stop in /usr/obj/usr/src/sys/SMALL. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ####################################### John -- John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED] _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"