From owner-freebsd-current@FreeBSD.ORG Fri Nov 2 05:05:25 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 1E318226; Fri, 2 Nov 2012 05:05:25 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id C39F48FC08; Fri, 2 Nov 2012 05:05:24 +0000 (UTC) Received: by mail-ob0-f182.google.com with SMTP id wc20so4130647obb.13 for ; Thu, 01 Nov 2012 22:05:24 -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=T/qd19nY3yNTq/DnxkqssOchVel2Lj8s02gpu2wkxcE=; b=jamfNATaC7+IUvv/wRZJDD1EzW3RnX8YL2UeO7b1Slzhqky4v3XVAebXppl2ujUZq+ jetEFO50kKuvCkbRjH+3KykLTgn/uA+NQgSGfGI7jxB5wOvTbWeWWWsANRSQniOpm+JU A8jgR8PBNaF/icTXE7w86isMBs0lgtC/hLSLoyh1JUChLb2onbh9RD29MTkrRQCdXo9D ENk01m7M4XYUmvUVB8E7oIQdhn8O7+/hsZrW4cIJqWvJP3LM3gn9a3Qgr7V5q5QqGYeH ctrcU26hUoaVaApPqqIeXTSoNID5RrSFIfCybTqSi63jz/Frm9JiE07bN/cI3wWoYo9b qJTw== MIME-Version: 1.0 Received: by 10.182.193.7 with SMTP id hk7mr467707obc.30.1351832723973; Thu, 01 Nov 2012 22:05:23 -0700 (PDT) Received: by 10.76.143.33 with HTTP; Thu, 1 Nov 2012 22:05:23 -0700 (PDT) In-Reply-To: <20121102045917.GA77204@troutmask.apl.washington.edu> References: <20121102032945.GF65074@lor.one-eyed-alien.net> <20121102045917.GA77204@troutmask.apl.washington.edu> Date: Thu, 1 Nov 2012 22:05:23 -0700 Message-ID: Subject: Re: November 5th is Clang-Day From: Garrett Cooper To: Steve Kargl Content-Type: text/plain; charset=ISO-8859-1 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 05:05:25 -0000 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 . HTH, -Garrett