From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26296 invoked by alias); 23 Sep 2004 20:01:27 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 26278 invoked from network); 23 Sep 2004 20:01:26 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.81.54.130) by sourceware.org with SMTP; 23 Sep 2004 20:01:26 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 9619F357B; Thu, 23 Sep 2004 13:01:25 -0700 (PDT) Received: from magilla.sf.frob.com (localhost.localdomain [127.0.0.1]) by magilla.sf.frob.com (8.12.11/8.12.9) with ESMTP id i8NK1Oto016098; Thu, 23 Sep 2004 13:01:24 -0700 Received: (from roland@localhost) by magilla.sf.frob.com (8.12.11/8.12.11/Submit) id i8NK1KK0016094; Thu, 23 Sep 2004 13:01:20 -0700 Date: Thu, 23 Sep 2004 20:01:00 -0000 Message-Id: <200409232001.i8NK1KK0016094@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Andreas Jaeger Cc: Glibc hackers Subject: Re: remove static from inline functions in local scope for GCC 4.0 In-Reply-To: Andreas Jaeger's message of Thursday, 23 September 2004 20:56:38 +0200 X-Windows: a terminal disease. X-SW-Source: 2004-09/txt/msg00087.txt.bz2 Please use "auto" in all places you remove "static", so it's always clear that in no case should there be a global definition. Please test on vanilla 3.3.x as well, and 3.2.x if it's not too much trouble.