From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5221 invoked by alias); 23 May 2003 20:44:15 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 5173 invoked from network); 23 May 2003 20:44:14 -0000 Received: from unknown (HELO monkey.daikokuya.co.uk) (213.152.55.49) by sources.redhat.com with SMTP; 23 May 2003 20:44:14 -0000 Received: from neil by monkey.daikokuya.co.uk with local (Exim 3.36 #1 (Debian)) id 19JJK3-0007Nw-00; Fri, 23 May 2003 21:39:27 +0100 Date: Fri, 23 May 2003 20:45:00 -0000 From: Neil Booth To: Laurent GUERBY Cc: Nathanael Nerode , gcc@gcc.gnu.org Subject: Re: Old bug: the 14-character limit. Message-ID: <20030523203926.GA28358@daikokuya.co.uk> References: <20030523193958.GA12758@doctormoo> <1053721320.3886.43.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1053721320.3886.43.camel@localhost.localdomain> User-Agent: Mutt/1.5.4i X-SW-Source: 2003-05/txt/msg02143.txt.bz2 Laurent GUERBY wrote:- > According to my experiments, the longest file name in the gcc source > tree is 48 characters: gnu_java_awt_peer_gtk_GtkCheckboxMenuItemPeer.c > in libjava/jni/gtk-peer/. > > Is there a documented upper limit on file name length for the gcc tree? > If not is there a common wisdom upper limit? There is now: 48 8-) I think that's enough for us. Neil.