From owner-svn-src-all@FreeBSD.ORG Sun Dec 15 18:34:25 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 09E2B704; Sun, 15 Dec 2013 18:34:25 +0000 (UTC) Received: from felyko.com (felyko.com [IPv6:2607:f2f8:a528::3:1337:ca7]) by mx1.freebsd.org (Postfix) with ESMTP id E17C21767; Sun, 15 Dec 2013 18:34:24 +0000 (UTC) Received: from [IPv6:2601:9:8200:372:592f:3ab3:8cd8:ec31] (unknown [IPv6:2601:9:8200:372:592f:3ab3:8cd8:ec31]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by felyko.com (Postfix) with ESMTPSA id C3E2F39828; Sun, 15 Dec 2013 10:34:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=felyko.com; s=mail; t=1387132464; bh=kwhLvPekC9Hk3KSTMneoKJ5/khZY4meOPUutla+ehW0=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=Ykow9oKtxLcxOSIOAgQnIqBNyuqlSy5xgojJ177OaABX7H038e4LolzjPrtOmuvZh wW2Kb410F05slSJhtyr0AIXXRuG7G8ZtY14LR07WErAWSAOJ9IkxI7MiPI88VeLkCv QMyH+YlJ6oV0ESp+pZkwiv3r9y1NBNGzNhpRK1Jo= Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1812\)) Subject: Re: svn commit: r259422 - head/sys/conf From: Rui Paulo In-Reply-To: <201312151813.rBFIDhgW024562@svn.freebsd.org> Date: Sun, 15 Dec 2013 10:33:47 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <3C4952C0-C198-499F-828A-F3F67A72FA74@felyko.com> References: <201312151813.rBFIDhgW024562@svn.freebsd.org> To: Konstantin Belousov X-Mailer: Apple Mail (2.1812) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 18:34:25 -0000 On 15 Dec 2013, at 10:13, Konstantin Belousov wrote: > Author: kib > Date: Sun Dec 15 18:13:42 2013 > New Revision: 259422 > URL: http://svnweb.freebsd.org/changeset/base/259422 >=20 > Log: > Revert r259045. >=20 > It seems that clang miscompiles code related to UDP with = -fno-strict-overflow. Could you please file a bug report if you haven't already? Thanks, -- Rui Paulo