From owner-freebsd-bugs@FreeBSD.ORG Tue Jun 1 01:22:12 2004 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0147716A4CE; Tue, 1 Jun 2004 01:22:12 -0700 (PDT) Received: from rocky.mintel.co.uk (rocky2.mintel.com [217.206.187.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45F0D43D1F; Tue, 1 Jun 2004 01:22:11 -0700 (PDT) (envelope-from jwakely@mintel.com) Received: from notes03.mintel.co.uk ([10.0.11.9]) by rocky.mintel.co.uk (8.12.8p1/8.12.8) with SMTP id i518LnGY088103; Tue, 1 Jun 2004 09:21:49 +0100 (BST) (envelope-from jwakely@mintel.com) Received: by notes03.mintel.co.uk(Lotus SMTP MTA v4.6.7 (934.1 12-30-1999)) id 80256EA6.002DE899 ; Tue, 1 Jun 2004 09:21:26 +0100 X-Lotus-FromDomain: MINTEL From: "Jonathan Wakely" To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Message-ID: <80256EA6.002DE82A.00@notes03.mintel.co.uk> Date: Tue, 1 Jun 2004 09:19:00 +0100 Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline X-Scanned-By: MIMEDefang 2.28 (www . roaringpenguin . com / mimedefang) Subject: Re: misc/66941: Unacceptable stringstream performance X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jun 2004 08:22:12 -0000 I should have mentioned that the sstream file does not exist in any official release of GCC 2.95, it was added to FreeBSD's unofficial GCC 2.95.4 release, which is why I reported it here. The file did exist in the GCC repository briefly between April 2000 and Feb 2001 but was not included in any release AFAICT. It's very unlikely that the patch will be applied to the official GCC tree, since the file has been removed and is only in the Attic: http://gcc.gnu.org//cgi-bin/cvsweb.cgi/gcc/libstdc++/Attic/sstream However, if FreeBSD are going to ship the file I believe it should be patched so it performs reasonably. jon