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]

Mainline ICE in verify_local_live_at_start


The mainline compiler (20000502), when configured with
--enable-libstdcxx-v3, on i586-pc-linux-gnu, gives, for the attached
file, when compiled with -O2, the message

a.ii: In method `_CharT *std::basic_string<_CharT, _Traits,
a.ii: _Alloc>::_Rep::_M_clone (const _Alloc &, typename
a.ii: _Alloc::size_type) [with _CharT = char, _Traits =
a.ii: std::char_traits<char>, _Alloc = std::allocator<char>]':
a.ii:5153:   instantiated from here
a.ii:9766: Internal compiler error in `verify_local_live_at_start', at
a.ii:9766: flow.c:2634
a.ii:9766: Please submit a full bug report.
a.ii:9766: See <URL:http://www.gnu.org/software/gcc/bugs.html> for
a.ii:9766: instructions.

This file is actually the preprocessor output of locale-inst.cc.

Regards,
Martin

a.ii.bz2


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