This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/4043
- To: rd dot mora at econz dot co dot nz
- Subject: Re: c++/4043
- From: Craig Rodrigues <rodrigc at mediaone dot net>
- Date: Fri, 17 Aug 2001 21:56:34 -0400
- Cc: gcc-gnats at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=4043&database=gcc
Under gcc 3.0.1 20010816 (prerelease) the ICE is reproduced.
g++ bug.cpp
bug.cpp: In constructor `basic_obug_stream<_CharT,
_Traits>::basic_obug_stream()':
bug.cpp:8: Internal error: Segmentation fault
Please submit a full bug report,
=============================================================
Under gcc version 3.1 20010816 (experimental), there is no ICE,
but there is a compilation error:
bug.cpp: In constructor `basic_obug_stream<_CharT,
_Traits>::basic_obug_stream()':
bug.cpp:8: class `basic_obug_stream<_CharT, _Traits>' does not have any field
named `template<_CharT, _Traits> class std::basic_ostream'