From owner-freebsd-current@FreeBSD.ORG Fri Nov 2 17:18:39 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 846CC9B5; Fri, 2 Nov 2012 17:18:39 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-oa0-f54.google.com (mail-oa0-f54.google.com [209.85.219.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2E7C88FC0C; Fri, 2 Nov 2012 17:18:39 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id n9so4865833oag.13 for ; Fri, 02 Nov 2012 10:18:38 -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=xDcAHbeibi7vRXGRFGRs+hSAM0Mn6LMq0OOmMKQVxtE=; b=GfRvu0ML1jEy2GJyvHQBKy5DMyGRgqq7M2E8Ji/4lMAoc5wavWxC8qKdSZYmxkaUNL kwV1VRF5t32jSaaXkgGYicXbrOi8FFQADpItWm+mQAOt2fDBTTbhnAgnyyNmvTSDiEn4 KyZQxaSMTyTLt/2bdIJaj1dvSBkyN1Ai2VG0iI9yu1/DMlCGI0i7Fv9PHKDSWF+9xWyt mu0pB3GIAv213fs9CzVmTmcGrR+DXa6mQars+cWm+cr6toBmpAW/yE+ShcK83t/rnfeO ayQPZcshvFFGq57Do/AFUGKVMmgLMPcEO4GgJnJrVhjXw1ElOuLzYLFsIkvSnfHVlOzb 3+kw== MIME-Version: 1.0 Received: by 10.182.42.6 with SMTP id j6mr1872946obl.93.1351876718275; Fri, 02 Nov 2012 10:18:38 -0700 (PDT) Received: by 10.76.143.33 with HTTP; Fri, 2 Nov 2012 10:18:38 -0700 (PDT) In-Reply-To: References: <20121102032945.GF65074@lor.one-eyed-alien.net> <20121102045917.GA77204@troutmask.apl.washington.edu> Date: Fri, 2 Nov 2012 10:18:38 -0700 Message-ID: Subject: Re: November 5th is Clang-Day From: Garrett Cooper To: Steve Kargl Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Brooks Davis , freebsd-current@freebsd.org 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: Fri, 02 Nov 2012 17:18:39 -0000 On Thu, Nov 1, 2012 at 10:05 PM, Garrett Cooper wrote: > On Thu, Nov 1, 2012 at 9:59 PM, Steve Kargl > wrote: > > On Thu, Nov 01, 2012 at 10:29:45PM -0500, Brooks Davis wrote: > >> - Not all libm tests pass. More work by subject matter experts is > >> required to create tests cases for LLVM developers. Most problems > are > >> not expected to be major in practice given that LLVM is being used > for > >> scientific computing in a number of products including Cray's FORTRAN > >> compiler, most OpenCL compilers, and the Julia language. > > > > Is there a knob to continue to use GCC as the default compiler? > > Just specify CLANG_IS_CC=no in /etc/src.conf . > Correcting myself for the posterity's sake: WITHOUT_CLANG_IS_CC=, not CLANG_IS_CC=no Thanks, -Garrett