From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Kosnik To: bkoz@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org Subject: Re: libstdc++/2700 Date: Thu, 17 May 2001 23:46:00 -0000 Message-id: <20010518064601.14185.qmail@sourceware.cygnus.com> X-SW-Source: 2001-05/msg00437.html List-Id: The following reply was made to PR libstdc++/2700; it has been noted by GNATS. From: Benjamin Kosnik To: Matt_Conway@i2.com Cc: gcc-gnats@gcc.gnu.org Subject: Re: libstdc++/2700 Date: Thu, 17 May 2001 23:36:10 -0700 (PDT) Any luck? It seems like the branch is updated and working now. On Wed, 16 May 2001 Matt_Conway@i2.com wrote: > I still can't bootstrap the main branch to verify if this is really fixed, > but as of 05/14/2001, it is not fixed in the 3.0 branch. I was able to > bootstrap the 3.0 branch compiler with the libstdc++-v3 from the main > branch (CVS 05/15/2001) , and the problem is actually worse - instead of > having to include to get it to fail, it now always fails on the > following code. If you can't get it to fail, perhaps it is a platform > dependent issue? I'm running on AIX 4.3.3 > > Matt > > > #include > > using namespace std; > > int main() > { > > ostream mystream(cout.rdbuf()); // Fails here with a SIGABRT > cout << "Output to cout" << endl; > mystream << "Output to mystream" << endl; > } > > > > > > > bkoz@gcc.gnu.org > 05/09/01 02:39 AM > > > To: bkoz@gcc.gnu.org, gcc-gnats@gcc.gnu.org, matt_conway@i2.com > cc: > Subject: Re: libstdc++/2700 > > Synopsis: Erroneous exception while constructing a derived class of > ostream > > State-Changed-From-To: analyzed->closed > State-Changed-By: bkoz > State-Changed-When: Tue May 8 23:39:57 2001 > State-Changed-Why: > Fixed in CVS > > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=2700&database=gcc > > > >