From owner-freebsd-current@FreeBSD.ORG Thu Oct 10 07:49:49 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 290CBA9C for ; Thu, 10 Oct 2013 07:49:49 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-oa0-x22b.google.com (mail-oa0-x22b.google.com [IPv6:2607:f8b0:4003:c02::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E749D271D for ; Thu, 10 Oct 2013 07:49:48 +0000 (UTC) Received: by mail-oa0-f43.google.com with SMTP id i3so1149569oag.16 for ; Thu, 10 Oct 2013 00:49:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=+HY6uBVzIPDSt3HUnGoUjgyzUED07oGa8UhDN1okbLU=; b=RPtVRb9rYFbfpjyeT3ldhJWcNob5z/XhojuOXnNbC0USIELm9vW8Xu05yJ19xD0dFx 97KuDdYE9by2qfrLKYgE4pKxwhoTw+8d/hvEHciWsmnvL4xXKHwx/R8FWrLh8bq3FGfT Xg3pOG7GYjRdEt1xpPY7JKV8Y6xLr+jiDqzv23fgIkX+Hw3/B3EELtrtTh1ejojKJeEf /w3O597tGaDmCJscZel/661o6mRZSaGbUZh3SSL+FHbSqvp3g3avP8zBNYCWamqG9+a5 6bXJWq6q2qnkg7Yb0Caq0jyRR+84tudVf+iqD/bS+hvRZP1cOBsU1ZiEeixyGhbCQdMa xSHQ== MIME-Version: 1.0 X-Received: by 10.60.68.34 with SMTP id s2mr9376oet.105.1381391388243; Thu, 10 Oct 2013 00:49:48 -0700 (PDT) Received: by 10.76.106.83 with HTTP; Thu, 10 Oct 2013 00:49:48 -0700 (PDT) In-Reply-To: <20131010013338.GA10499@troutmask.apl.washington.edu> References: <20131010013338.GA10499@troutmask.apl.washington.edu> Date: Thu, 10 Oct 2013 03:49:48 -0400 Message-ID: Subject: Re: /usr/src/lib/msun errors From: Joe Nosay To: Steve Kargl Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 10 Oct 2013 07:49:49 -0000 Yes, I did. To what extent did I screw up? # added by use.perl 2013-03-03 23:39:20 PERL_VERSION=5.16.2 RUBY_DEFAULT_VER=1.9 ALLOW_SHARED_TEXTREL=1 CFLAGS+= -mssse3 -Wall CXXFLAGS+= -mssse3 On Wed, Oct 9, 2013 at 9:33 PM, Steve Kargl < sgk@troutmask.apl.washington.edu> wrote: > On Wed, Oct 09, 2013 at 09:00:11PM -0400, Joe Nosay wrote: > > Src is from 10/7/13 on i386. Base is from April. > > > cc -O2 -pipe -mssse3 -Wall -I/usr/src/lib/msun/x86 > -I/usr/src/lib/msun/ld80 -I/usr/src/lib/msun/src > -I/usr/src/lib/msun/../libc/include -I/usr/src/lib/msun/../libc/i386 > -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror > -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality > -Wno-unused-function -Wno-conversion -Wno-switch -Wno-switch-enum > -Wno-knr-promoted-parameter -Wno-parentheses -c > /usr/src/lib/msun/src/e_j0.c -o e_j0.o > > /usr/src/lib/msun/src/e_j0.c:281:10: error: variable 'p' is used > uninitialized whenever 'if' condition is false > [-Werror,-Wsometimes-uninitialized] > > Are you setting CFLAGS in make.conf? > > -- > Steve >