From owner-freebsd-current@FreeBSD.ORG Wed Mar 17 03:51:13 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E758916A4CE; Wed, 17 Mar 2004 03:51:13 -0800 (PST) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE8E343D58; Wed, 17 Mar 2004 03:51:12 -0800 (PST) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.10/8.12.9) with ESMTP id i2HBtahh074815 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 17 Mar 2004 13:55:38 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i2HBdWkl050261; Wed, 17 Mar 2004 13:39:32 +0200 (EET) (envelope-from ru) Date: Wed, 17 Mar 2004 13:39:31 +0200 From: Ruslan Ermilov To: Dag-Erling Sm?rgrav Message-ID: <20040317113931.GF49920@ip.net.ua> References: <20040317040254.386947303A@freebsd-current.sentex.ca> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="juZjCTNxrMaZdGZC" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: ia64@freebsd.org cc: FreeBSD Tinderbox cc: current@freebsd.org Subject: Re: [current tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2004 11:51:14 -0000 --juZjCTNxrMaZdGZC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 17, 2004 at 11:22:28AM +0100, Dag-Erling Sm?rgrav wrote: > FreeBSD Tinderbox writes: > > /other/tinderbox/CURRENT/ia64/ia64/src/sys/dev/sound/pci/vibes.c: In fu= nction `sv_mix_setrecsrc': > > /other/tinderbox/CURRENT/ia64/ia64/src/sys/dev/sound/pci/vibes.c:541: w= arning: `i' might be used uninitialized in this function > > *** Error code 1 >=20 > 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: >=20 > for(i =3D 0; i < SOUND_MIXER_NRDEVICES; i++) { > if ((1 << i) & mask) { > v |=3D mt[i].iselect; > } > } >=20 > If the problem persists, we'll have to conclude that gcc is broken > somehow. >=20 I cannot reproduce it either, but perhaps this is the same reason why we still have -Wno-uninitialized in for normal WARNS levels. Cheers, --=20 Ruslan Ermilov FreeBSD committer ru@FreeBSD.org --juZjCTNxrMaZdGZC Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAWDjzUkv4P6juNwoRAk+cAJ4obUXB0RE2qIR45ApExOBhx4HL6gCdEHKB op95v5eQ6dDK3/CE/LNSxIc= =QFKY -----END PGP SIGNATURE----- --juZjCTNxrMaZdGZC--