This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
egcs-bubg in strstream
- To: egcs-bugs at cygnus dot com
- Subject: egcs-bubg in strstream
- From: Burkhard Militzer <militzer at ncsa dot uiuc dot edu>
- Date: Sat, 29 Aug 1998 10:54:36 -0500
Hello,
I installed egcs-1.0.3 on my pentium running Linux. When I tried using
it for my programm I am working on it resulted into a segementation
fault in
int strstreambuf::pbackfail(int c)
{
return _IO_str_pbackfail (this, c);
}
On other platforms and using the old g++, the program runs fine.
Do you need a detailed bug-report?
Burkhard