From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52999) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIfde-000752-T2 for qemu-devel@nongnu.org; Tue, 03 Feb 2015 10:43:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YIfdZ-0004J0-C7 for qemu-devel@nongnu.org; Tue, 03 Feb 2015 10:43:42 -0500 Received: from mail-qg0-x22a.google.com ([2607:f8b0:400d:c04::22a]:50244) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIfdZ-0004Iu-7w for qemu-devel@nongnu.org; Tue, 03 Feb 2015 10:43:37 -0500 Received: by mail-qg0-f42.google.com with SMTP id q107so52868001qgd.1 for ; Tue, 03 Feb 2015 07:43:36 -0800 (PST) Sender: Richard Henderson Message-ID: <54D0ECA4.4000303@twiddle.net> Date: Tue, 03 Feb 2015 07:43:32 -0800 From: Richard Henderson MIME-Version: 1.0 References: <54CB909F.9010506@imgtec.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 3/7] softfloat: Convert `*_default_nan' variables into inline functions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Maciej W. Rozycki" , Leon Alrae Cc: qemu-devel@nongnu.org, Aurelien Jarno , Thomas Schwinge On 01/30/2015 08:02 AM, Maciej W. Rozycki wrote: > Hmm, so perhaps my idea for a later improvement: > >> > Eventually we might want to move the new inline functions into a >> > separate header to be included from softfloat.h instead of softfloat.c, >> > but let's make changes one step at a time. > will actually have to be made right away. I suspect GCC is more liberal > here due to its convoluted extern/static/inline semantics history. > Sigh... GCC 5 is moving to -std=gnu11 as default, and so will have the same problem. r~