Internal compiler error

Thomas Maeder maeder@glue.ch
Sun Jan 2 09:45:00 GMT 2000


I am trying to compile the following program (that I know is wrong, but
this isn't the point here):

#include <strstream>

int main()
{
	std::ostrstream dummy;
	dummy.std::~ostrstream();
}

using gcc 2.95 on Windows NT. The result is:

../../Popeye/gccinternal.cpp: In function `int main()':
../../Popeye/gccinternal.cpp:6: Internal compiler error.
../../Popeye/gccinternal.cpp:6: Please submit a full bug report to
`egcs-bugs@egcs.cygnus.com'.
../../Popeye/gccinternal.cpp:6: See
<URL: http://egcs.cygnus.com/faq.html#bugreport > for details.



More information about the Gcc-bugs mailing list