From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31466 invoked by alias); 14 Apr 2011 16:43:48 -0000 Received: (qmail 31454 invoked by uid 22791); 14 Apr 2011 16:43:47 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 14 Apr 2011 16:43:40 +0000 Received: from localhost ([127.0.0.1]:44703 helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAPdq-0002JJ-Rl; Thu, 14 Apr 2011 12:43:38 -0400 Date: Thu, 14 Apr 2011 16:43:00 -0000 Message-ID: <43vcygokax.wl%bjg@gnu.org> From: Brian Gough To: "Brian Gladman" Cc: Subject: Re: GSL 1.15 Test Release In-Reply-To: <2F6C8DD90FBE49DEB5AE8CB08D7B1A2E@MobileSlave> References: <2F6C8DD90FBE49DEB5AE8CB08D7B1A2E@MobileSlave> User-Agent: Wanderlust/2.15.6 (Almost Unreal) Emacs/23.2 Mule/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Mailing-List: contact gsl-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gsl-discuss-owner@sourceware.org X-SW-Source: 2011-q2/txt/msg00002.txt.bz2 At Thu, 14 Apr 2011 16:37:56 +0100, Brian Gladman wrote: > > I have just had a quick look at this on Microsoft Visual Studio 2010 and I > notice failures when compiling in C as a result of the use of C99's 'out of > order' declarations (which VC++ doesn't support for C code). > > I can deal with these but, before doing so, I wanted to check that this C99 > feature is now acceptable in GSL code and that the use of this feaature is > not an oversight. If you have a list I'd like to fix them in the source. Thanks.