From owner-svn-src-head@FreeBSD.ORG Sun Nov 3 13:37:17 2013 Return-Path: <owner-svn-src-head@FreeBSD.ORG> Delivered-To: svn-src-head@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 9493F7FE; Sun, 3 Nov 2013 13:37:17 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mail-lb0-x22d.google.com (mail-lb0-x22d.google.com [IPv6:2a00:1450:4010:c04::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8AAF12F1B; Sun, 3 Nov 2013 13:37:16 +0000 (UTC) Received: by mail-lb0-f173.google.com with SMTP id w7so4779486lbi.32 for <multiple recipients>; Sun, 03 Nov 2013 05:37:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=7hCNWnwlJ9FLLVNtz1JYw7oglopPuTNZSIpGIdPM41A=; b=w5EgAIDyukRcnDBEWyAOeLBcigLp7daXjA7xNznwT1oO25QsfWDIx4AvtdpzltB2zK 1w/jMRisurGNmXCJfEZd6mEthlBc2sfXch8zqHacZAHBRXG3VbZ+c05NrTP1kRz8gl4P Yk4vaOoL2r3YHFWVOfEnRBu7Xn9SEzj0Y9+oUFL4TWOEN6AYTLKmHoIntLmPZ9gzgXMh +Z2Cuvs2LghZA5a96pqQ8f2E+PItbCnFRFNpkXoehXgIUtC9mnFD51kAmLXJNnIc/cO9 Dq8l/Pha5TLZ9GTJQEdOJeBlOr5O+vwMWQlnFO8LTJ9z5SsKYhFCCueTP5RAwXy6S4au Zh+g== X-Received: by 10.112.143.3 with SMTP id sa3mr7812945lbb.12.1383485833996; Sun, 03 Nov 2013 05:37:13 -0800 (PST) Received: from orwell.Elisa.gmail.com (a91-154-115-217.elisa-laajakaista.fi. [91.154.115.217]) by mx.google.com with ESMTPSA id vo1sm13119878lbb.1.2013.11.03.05.37.12 for <multiple recipients> (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 03 Nov 2013 05:37:13 -0800 (PST) Sender: Raphael Kubo da Costa <kubito@gmail.com> From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: David Chisnall <theraven@FreeBSD.org> Subject: Re: svn commit: r253260 - head/lib/msun/src References: <201307121103.r6CB3qrh068782@svn.freebsd.org> <86d2mrd10h.fsf__46266.7496213273$1382832829$gmane$org@orwell.Elisa> <868uxfd0rt.fsf@orwell.Elisa> <6EA02AB7-4DE5-4B67-BD7C-78E8F8975E4B@FreeBSD.org> Date: Sun, 03 Nov 2013 15:37:05 +0200 In-Reply-To: <6EA02AB7-4DE5-4B67-BD7C-78E8F8975E4B@FreeBSD.org> (David Chisnall's message of "Sat, 26 Oct 2013 22:46:21 -0400") Message-ID: <86txftobcu.fsf@orwell.Elisa> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current <svn-src-head.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-src-head>, <mailto:svn-src-head-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-src-head> List-Post: <mailto:svn-src-head@freebsd.org> List-Help: <mailto:svn-src-head-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-src-head>, <mailto:svn-src-head-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 03 Nov 2013 13:37:17 -0000 David Chisnall <theraven@FreeBSD.org> writes: > The issue is probably a clang bug. The use of _Generic() is in a > system header and so ought to be immune to warnings, but apparently > the fact that it's instantiated outside of the system header. If you > can file a clang bug > (http://llvm.org/bugs/enter_bug.cgi?product=clang) I'll take a look > (I'm at vBSDCon now, so I'll lose it otherwise). Done, at last: http://llvm.org/bugs/show_bug.cgi?id=17788