This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++/6736: g++ 3.1 does not compile source code with istrstream
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: bkoz at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 23 May 2002 15:56:00 -0000
- Subject: Re: libstdc++/6736: g++ 3.1 does not compile source code with istrstream
- Reply-to: Benjamin Kosnik <bkoz at redhat dot com>
The following reply was made to PR libstdc++/6736; it has been noted by GNATS.
From: Benjamin Kosnik <bkoz@redhat.com>
To: Jovan Ilic <ilic@thetausa.com>
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