From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14287 invoked by alias); 23 May 2002 15:56:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 14264 invoked by uid 71); 23 May 2002 15:56:00 -0000 Date: Thu, 23 May 2002 08:56:00 -0000 Message-ID: <20020523155600.14263.qmail@sources.redhat.com> To: bkoz@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Benjamin Kosnik Subject: Re: libstdc++/6736: g++ 3.1 does not compile source code with istrstream Reply-To: Benjamin Kosnik X-SW-Source: 2002-05/txt/msg00742.txt.bz2 List-Id: The following reply was made to PR libstdc++/6736; it has been noted by GNATS. From: Benjamin Kosnik To: Jovan Ilic Cc: gcc-prs@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: libstdc++/6736: g++ 3.1 does not compile source code with istrstream Date: Thu, 23 May 2002 08:49:15 -0700 > It has to do something with libstdc++. When I use stlport it works > as it should. It is possible that somehow I am linking it from a > different g++ distribution on the computer. I suspect your installation of gcc-3.1 is flawed. When you run the libstdc++ test suite, what kind of results do you get? This strstream case is tested there. -benjamin