This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Internal compiler error


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]