From owner-soc-status@FreeBSD.ORG Mon Sep 2 07:42:57 2013 Return-Path: Delivered-To: soc-status@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 ESMTP id 0AE5DE63; Mon, 2 Sep 2013 07:42:57 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from theravensnest.org (theraven.freebsd.your.org [216.14.102.27]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CCACA249F; Mon, 2 Sep 2013 07:42:50 +0000 (UTC) Received: from [192.168.0.2] (cpc27-cmbg15-2-0-cust235.5-4.cable.virginmedia.com [86.27.188.236]) (authenticated bits=0) by theravensnest.org (8.14.5/8.14.5) with ESMTP id r827gjmd035777 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Mon, 2 Sep 2013 07:42:48 GMT (envelope-from theraven@FreeBSD.org) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: GSoC Status: Week 11 From: David Chisnall In-Reply-To: Date: Mon, 2 Sep 2013 08:42:41 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <440E5361-BC33-49DD-B51D-C77E9880BD1A@FreeBSD.org> References: To: Eitan Adler X-Mailer: Apple Mail (2.1508) Cc: soc-status@FreeBSD.org, Justin Edward Muniz , Matthew Windsor X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Sep 2013 07:42:57 -0000 On 2 Sep 2013, at 00:54, Eitan Adler wrote: >> As a minor note, I've pushed the C standard back down to C99. This >> should allow FreeBSD stock gcc to compile the backend. >=20 > I'm not very worried about this. If the code is cleaner with C11 > please feel free to use it. Agreed. If the code is destined to live in a port, then the only = requirement is that it must be able to compile with a ports compiler. = Ideally, it should compile with gcc 4.7/8 in addition to clang (since = clang isn't available on all architectures), but this shouldn't be = considered a blocker. Also, note that we have tried to ensure that most C11 features (with = _Generic being the big exception) work even with our ancient GCC. David