Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Mar 2004 11:22:28 +0100
From:      des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=)
To:        FreeBSD Tinderbox <tinderbox@freebsd.org>
Cc:        ia64@freebsd.org
Subject:   Re: [current tinderbox] failure on ia64/ia64
Message-ID:  <xzpad2fhixn.fsf@dwp.des.no>
In-Reply-To: <20040317040254.386947303A@freebsd-current.sentex.ca> (FreeBSD Tinderbox's message of "Tue, 16 Mar 2004 23:02:54 -0500 (EST)")
References:  <20040317040254.386947303A@freebsd-current.sentex.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
FreeBSD Tinderbox <tinderbox@freebsd.org> writes:
> /other/tinderbox/CURRENT/ia64/ia64/src/sys/dev/sound/pci/vibes.c: In func=
tion `sv_mix_setrecsrc':
> /other/tinderbox/CURRENT/ia64/ia64/src/sys/dev/sound/pci/vibes.c:541: war=
ning: `i' might be used uninitialized in this function
> *** Error code 1

Now that is wierd...  and I can't reproduce it.  There is no way i can
be used uninitialized, it is not referenced anywhere outside this
loop:

        for(i =3D 0; i < SOUND_MIXER_NRDEVICES; i++) {
                if ((1 << i) & mask) {
                        v |=3D mt[i].iselect;
                }
        }

If the problem persists, we'll have to conclude that gcc is broken
somehow.

DES
--=20
Dag-Erling Sm=C3=B8rgrav - des@des.no



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpad2fhixn.fsf>