Re: [current tinderbox] failure on ia64/ia64

From: Dag-Erling Smørgrav <des_at_des.no>
Date: Wed, 17 Mar 2004 11:22:28 +0100
FreeBSD Tinderbox <tinderbox_at_freebsd.org> writes:
> /other/tinderbox/CURRENT/ia64/ia64/src/sys/dev/sound/pci/vibes.c: In function `sv_mix_setrecsrc':
> /other/tinderbox/CURRENT/ia64/ia64/src/sys/dev/sound/pci/vibes.c:541: warning: `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 = 0; i < SOUND_MIXER_NRDEVICES; i++) {
                if ((1 << i) & mask) {
                        v |= mt[i].iselect;
                }
        }

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

DES
-- 
Dag-Erling Smørgrav - des_at_des.no
Received on Wed Mar 17 2004 - 01:22:38 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:47 UTC