From owner-freebsd-current@FreeBSD.ORG Thu Jan 1 18:20:59 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36230F13 for ; Thu, 1 Jan 2015 18:20:59 +0000 (UTC) Received: from mail-yk0-f178.google.com (mail-yk0-f178.google.com [209.85.160.178]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F325E3CD for ; Thu, 1 Jan 2015 18:20:58 +0000 (UTC) Received: by mail-yk0-f178.google.com with SMTP id 20so8454368yks.9 for ; Thu, 01 Jan 2015 10:20:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=ItwqX48nNQiwS++7gsfz6pkN0Se5mCZmfL/2sF1qxek=; b=FO9K5RO+eFMlzN5TjKaaWFbICbBaci+w/hnk3zvF7kAwGSOCMZKBML6sz+QHBlkjGG agrlGhr2IdU3LTY8hbTqxQfN8gg1of/VaRJWkOb+UwUefiWWrxGdJCALOp6KG5e+2cLG vwif81z7zvEa/GYagd+4/kW9/5AY8NVE51gv/cS06XTh5bIrxqc1o3t2rFrPq/1rjv84 7f9U9+knLYGW079l3QBNmW+YeJMgHF3bKs8R/l6zsXK/hfsBw3j+RplpvCr5jBexV49b eptg81hVU1V7q6PfMz5bOzklS2mR4qlcHnge1uottR9zDow4zJulMc6zpEGzJE/46/d/ JhCg== X-Gm-Message-State: ALoCoQm7OMpv6qtwLLVThrNhwFITmqIq4GvVWOUYl4uVo9na6mlyD9qtgeeHrH+iiJnySoGi7cHN MIME-Version: 1.0 X-Received: by 10.170.211.67 with SMTP id c64mr53724750ykf.110.1420136457853; Thu, 01 Jan 2015 10:20:57 -0800 (PST) Received: by 10.170.46.213 with HTTP; Thu, 1 Jan 2015 10:20:57 -0800 (PST) In-Reply-To: References: <528C023D-6207-4054-917B-05D4C4E605EC@FreeBSD.org> <20150101125043.6e6e3a52.ohartman@zedat.fu-berlin.de> Date: Thu, 1 Jan 2015 19:20:57 +0100 Message-ID: Subject: Re: HEADS UP: Upgraded clang, llvm and lldb to 3.5.0 From: Oliver Pinter To: Dimitry Andric Content-Type: text/plain; charset=UTF-8 Cc: HardenedBSD Developers , FreeBSD-Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-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: Thu, 01 Jan 2015 18:20:59 -0000 No, we don't touch them. Only added -DHARDEBEDBSD into make environment. I will schedule a new round of build to recheck them, On Thu, Jan 1, 2015 at 6:53 PM, Dimitry Andric wrote: > On 01 Jan 2015, at 18:35, Oliver Pinter wrote: >> We at HardenedBSD got this error, with out jenkins instance: >> >> --- dis_tables.o --- >> /jenkins/workspace/HardenedBSD_Master/sys/cddl/dev/dtrace/x86/dis_tables.c:3025:25: >> error: '&&' within '||' [-Werror,-Wlogical-op-parentheses] >> if (cpu_mode == SIZE64 && dp->it_invalid64 || >> ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ~~ >> /jenkins/workspace/HardenedBSD_Master/sys/cddl/dev/dtrace/x86/dis_tables.c:3025:25: >> note: place parentheses around the '&&' expression to silence this >> warning >> if (cpu_mode == SIZE64 && dp->it_invalid64 || >> ^ >> ( ) >> /jenkins/workspace/HardenedBSD_Master/sys/cddl/dev/dtrace/x86/dis_tables.c:3026:25: >> error: '&&' within '||' [-Werror,-Wlogical-op-parentheses] >> cpu_mode != SIZE64 && dp->it_invalid32) >> ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ >> /jenkins/workspace/HardenedBSD_Master/sys/cddl/dev/dtrace/x86/dis_tables.c:3026:25: >> note: place parentheses around the '&&' expression to silence this >> warning >> cpu_mode != SIZE64 && dp->it_invalid32) >> ^ >> ( ) >> --- all_subdir_ed --- > > I can't reproduce this warning here, at least not with pristine head. > > Did you change any of the -Wno-xxx flags in your customized source tree? > > -Dimitry >