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]

Re: c++/4043


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'


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