This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Internal compiler error
- To: egcs-bugs at egcs dot cygnus dot com
- Subject: Internal compiler error
- From: Thomas Maeder <maeder at glue dot ch>
- Date: Sun, 02 Jan 2000 18:46:41 +0100
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.