From owner-freebsd-current@FreeBSD.ORG Tue Feb 19 14:22:52 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9EF9D9D for ; Tue, 19 Feb 2013 14:22:52 +0000 (UTC) (envelope-from simon@qxnitro.org) Received: from mail-oa0-f48.google.com (mail-oa0-f48.google.com [209.85.219.48]) by mx1.freebsd.org (Postfix) with ESMTP id 6DF468D9 for ; Tue, 19 Feb 2013 14:22:52 +0000 (UTC) Received: by mail-oa0-f48.google.com with SMTP id j1so6923867oag.21 for ; Tue, 19 Feb 2013 06:22:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=qxnitro.org; s=google; h=mime-version:x-received:x-originating-ip:date:message-id:subject :from:to:cc:content-type; bh=Rc56hNhmAhpbsaYlCBUyDBtTQ7JEkYLTDRrXSRCfgSI=; b=jzbNBEWPCA4nNWR8jWtcN+URB4GK5rmbHo+FH9dWyd2YuFNDTEcxF0LTGkzlr/40ym umy6yDZv13xSLUnQqm4W+fLZsq87dNm33++Hhoh7XTtuv85xS723C2//cYkSVmrq6LvI 6fJWS4M2U0i7hBrr2YD96oGdMHI+eQp1QXpV0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:x-originating-ip:date:message-id:subject :from:to:cc:content-type:x-gm-message-state; bh=Rc56hNhmAhpbsaYlCBUyDBtTQ7JEkYLTDRrXSRCfgSI=; b=CBTPvKvK1hv5hcwR/dmJEmhc+MIyT+QHnRJWzm6ODWGLEUp9cDv4hskc35gT4QeW9A 9iOTy/pdkvZGUiwS0q1qR9GWPkik5mZ+qMdDszdK7Ni8M+NEp3XLVPslBWTBmVdsG1xc 5lY5oWpnl5jSmvKP+4omhrUJd7I/gAdN7LwEftTuf2hnqCUzG4muhdHAZ18RNPfmEQE2 z7DvVt5sNb0JpYXpWzUKxZp6OzOagl7a2w9LqIhTwLClnt4JftGMTGV8GHHW971m6N52 lgP2Ru/G7Un4p4Tvix7rWzFc3x9l5irufbbrkNr5Qi+n8sjaqgNHVtM8+rzfkLoP/v/R 9CDQ== MIME-Version: 1.0 X-Received: by 10.182.159.98 with SMTP id xb2mr7892928obb.35.1361283765900; Tue, 19 Feb 2013 06:22:45 -0800 (PST) Received: by 10.76.86.41 with HTTP; Tue, 19 Feb 2013 06:22:45 -0800 (PST) X-Originating-IP: [2620:0:1040:407:742d:a4be:df21:4d26] Date: Tue, 19 Feb 2013 14:22:45 +0000 Message-ID: Subject: r246916 probably broke amd64 build From: "Simon L. B. Nielsen" To: mav@FreeBSD.org Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQnbVrWeVR3nHySxuBPo8duwq0H+rdCZmUd9h/MVguxoZ8AMQFb7/lnMqi3fzNKvhnAtmNt4 X-Mailman-Approved-At: Tue, 19 Feb 2013 14:44:43 +0000 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: Tue, 19 Feb 2013 14:22:52 -0000 Hey, I think r246916 broke the build. I get the following when building amd64 kernel: cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -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 -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror /usr/src/sys/x86/isa/clock.c cc1: warnings being treated as errors /usr/src/sys/x86/isa/clock.c: In function 'set_i8254_freq': /usr/src/sys/x86/isa/clock.c:409: warning: 'new_mode' may be used uninitialized in this function Could you have a look? Thanks. -- Simon L. B. Nielsen