From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19510 invoked by alias); 21 Apr 2004 17:12:14 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 19467 invoked from network); 21 Apr 2004 17:12:11 -0000 Received: from unknown (HELO mgr2.xmission.com) (198.60.22.202) by sources.redhat.com with SMTP; 21 Apr 2004 17:12:11 -0000 Received: from [198.60.22.201] (helo=mgr1.xmission.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 1BGLGd-0002cO-02; Wed, 21 Apr 2004 11:12:11 -0600 Received: from [198.60.22.20] (helo=xmission.xmission.com) by mgr1.xmission.com with esmtp (Exim 4.30) id 1BGLGc-000071-Sq; Wed, 21 Apr 2004 11:12:10 -0600 Received: from llewelly by xmission.xmission.com with local (Exim 3.35 #1 (Debian)) id 1BGLGc-0005Gm-00; Wed, 21 Apr 2004 11:12:10 -0600 To: "Duncan McLeod" Cc: gcc-help@gcc.gnu.org References: From: llewelly@xmission.com Date: Wed, 21 Apr 2004 17:12:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 MIME-Version: 1.0 Subject: Re: Question compiling old c++ code Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on mgr1.xmission.com X-Spam-Level: X-Spam-Status: No, hits=0.8 required=8.0 tests=NO_REAL_NAME,XMSubMetaSx_00 autolearn=no version=2.63 X-SA-Exim-Mail-From: llewelly@xmission.com X-SA-Exim-Version: 3.1 (built Wed Aug 20 09:38:54 PDT 2003) X-SA-Exim-Scanned: Yes X-SW-Source: 2004-04/txt/msg00279.txt.bz2 "Duncan McLeod" writes: > Hi, > > I have some old c++ code that compiled under gcc-2.95.3. However, it > will not compile under gcc-3.2.2. > > The problem is the code uses streambuf functions base() allocate() > out_waiting() and blen(). It would be helpful if you would tell us what they do, or provide links thereof. I don't remember what they do. (I realize this may be hard; IIRC the 2.9x iostreams were never documented. But without some notion of what they do, one can only guess.)